-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Constantly getting Navigation Timeout Error #782
Comments
The page just seems to be incredibly heavy. It has roughly 135 requests, and a majority of them being large images. |
Pass timeout value in options. You can also use
|
|
@aslushnikov did you mean PR to the documentation? |
@brutalcrozt PR to the codebase, you can't currently pass |
@aslushnikov ok i got it, i might try that, But i really unfamiliar with the codebase, can you give me some direction? Maybe a couple file which involved with that action. 😄 |
@brutalcrozt: check out the lib/NavigatorWatcher for the actual code. Also, the Contributing.md has some tips on how to run and debug tests |
) This patch allows passing 0 to disable timeout for the following methods: - page.goto - page.waitForNavigation - page.goForward - page.goBack Fixes #782.
|
@dustyhorizon @SashaDesigN @aslushnikov |
To Solve this pass |
The best solution is to use a You can combine this with a healthy amount of a wait period before an error is thrown by using
|
Steps to reproduce
What steps will reproduce the problem?
What is the expected result?
Successful logging of page.url() then closure of the instance.
What happens instead?
Not really sure what happened, pretty new to this and all, do let me know what other information is needed. Would suspect that it is due to the JQMIGRATE message from the website though.
The text was updated successfully, but these errors were encountered: