You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Playwright): Guard _init() to prevent duplicate selector registration
- Only call _init() once per process using defaultSelectorEnginesInitialized flag
- Prevents duplicate selector registration errors in worker processes
- Add error handling for newContext when selectors already registered
Note: Worker processes still have initialization issues (ES Module loader errors)
that are unrelated to selector registration. The BROWSER_RESTART=session with
workers shows selector already registered errors which need further investigation.
0 commit comments