We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd beneficial to be able to change the waitUntil behavior (currently set to networkidle0 https://github.com/tungs/timesnap/blob/fdfece3dd7eb7766365b42a7ab3d4b94195d9a3f/index.js#L175. In general, it'd be good to allow the user to specify all page.goto options.
waitUntil
networkidle0
page.goto
Also see #38, where it seems that overwriting time can interfere with loading the page.
The text was updated successfully, but these errors were encountered:
tungs
No branches or pull requests
It'd beneficial to be able to change the
waitUntil
behavior (currently set tonetworkidle0
https://github.com/tungs/timesnap/blob/fdfece3dd7eb7766365b42a7ab3d4b94195d9a3f/index.js#L175. In general, it'd be good to allow the user to specify allpage.goto
options.Also see #38, where it seems that overwriting time can interfere with loading the page.
The text was updated successfully, but these errors were encountered: