Skip to content
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

fix(page): do evaluations with one roundtrip #4539

Merged
merged 2 commits into from Jun 7, 2019

Conversation

aslushnikov
Copy link
Contributor

This patch teaches page.evaluate to do 1 hop instead of 2 hops.
As a result, things such as page.select will not throw an
unfortunate exception when they schedule a navigation.

Fix #4537

This patch teaches page.evaluate to do 1 hop instead of 2 hops.
As a result, things such as `page.select` will not throw an
unfortunate exception when they schedule a navigation.

Fix puppeteer#4537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page.select throwing error when select change page
2 participants