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
Page.waitForNavigation
Currently the URL option for waitForNavigation is unused.
waitForNavigation
Previously it wasn't a major priority, but now that waiting for navigation within the same document works, we need a way to distinguish same document and new document navigations.
Playwright handles this with the URL option, and it makes sense for us to do the same.
The text was updated successfully, but these errors were encountered:
Ah, I suppose this is a duplicate of #107, just with a different API. We should ensure they both expose the same implementation.
Sorry, something went wrong.
Page.waitForURL(url[, options])
No branches or pull requests
Currently the URL option for
waitForNavigation
is unused.Previously it wasn't a major priority, but now that waiting for navigation within the same document works, we need a way to distinguish same document and new document navigations.
Suggested solution
Playwright handles this with the URL option, and it makes sense for us to do the same.
The text was updated successfully, but these errors were encountered: