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
Describe the bug
When using the puppeteer-extra-plugin-recaptcha plugin, calling puppeteer.connect() hangs forever and never resolves the promise. In our case, when attempting to connect to a running browser instance via a remote debugging URL (e.g., http://localhost:9222), the connection never completes. Without the recaptcha plugin enabled, the connection works as expected.
Steps to Reproduce
Ensure you have a Chrome instance running with remote debugging enabled on port 9222.
Enable the recaptcha plugin by including it in your puppeteer-extra configuration.
Describe the bug
When using the
puppeteer-extra-plugin-recaptcha
plugin, callingpuppeteer.connect()
hangs forever and never resolves the promise. In our case, when attempting to connect to a running browser instance via a remote debugging URL (e.g.,http://localhost:9222
), the connection never completes. Without the recaptcha plugin enabled, the connection works as expected.Steps to Reproduce
Versions:
"puppeteer": "^24.2.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
The text was updated successfully, but these errors were encountered: