-
Notifications
You must be signed in to change notification settings - Fork 27
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.waitForSelector timeout #38
Comments
How come is this a patch issue? |
Do you use it with the latest patch version using |
definitely.. PS D:************> npm i --save-dev puppeteer puppeteer-core added 2 packages, and audited 549 packages in 1s 150 packages are looking for funding found 0 vulnerabilities Debugger listening on ws://127.0.0.1:10083/addf472d-35d4-4a55-9b2e-4d32c6086e4f
|
Please share some code showing this issue so I can debug it locally. |
For privacy reasons, I cannot post the code. But I have found how to reproduce it. When the page completes the navigation ‘load’, the page has not been fully rendered by js. At this time, calling waitForSelector to wait for an element to be rendered will time out, even if the element has been rendered before the timeout.
The text was updated successfully, but these errors were encountered: