-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page Handling #103
Comments
Same here, seems to work with Puppeteer 21.2.x but not Puppeteer 21.3.x. |
Duplicate! Use code in this pull request. #101 |
You can use https://www.npmjs.com/package/@lem0-packages/puppeteer-page-proxy |
I have tried your package, but still getting this error: |
Because you are using dappeteer. |
I'm your proxy repo with puppeteer-cluster, and i'm getting the same error: Cannot read properties of undefined (reading 'get') Is there a problem using puppeteer-cluster? |
Can confirm this is working great with latest Thank you LeM0-Dev ! |
there is a recent update of puppeteer and when a new tab is created it no longer provides
this is what is been created once a new tab is created
CdpPage { _isDragging: false }
Hence I get the error below
even when I tried to rename CDPPage to CdpPage I still got another error from the removeRequestListener function located at node_modules\puppeteer-page-proxy\src\core\proxy.js
The text was updated successfully, but these errors were encountered: