We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05396d5 commit 6e9ae95Copy full SHA for 6e9ae95
1 file changed
lib/helper/Playwright.js
@@ -360,10 +360,6 @@ class Playwright extends Helper {
360
// override defaults with config
361
this._setConfig(config)
362
363
- // Call _init() to register selector engines - use setTimeout to avoid blocking constructor
364
- setTimeout(() => {
365
- this._init().catch(console.error)
366
- }, 0)
367
}
368
369
_validateConfig(config) {
0 commit comments