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
If you click browser back button while recording it will generate a new navigation with
page.goTo statement
page.goTo
i think it should user
https://playwright.dev/docs/api/class-page#page-go-back if you hit back button
https://playwright.dev/docs/api/class-page#page-go-back
No response
Start recording when the page is loaded hit back and observe the code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug summary
If you click browser back button while recording it will generate a new navigation with
page.goTo
statementi think it should user
https://playwright.dev/docs/api/class-page#page-go-back
if you hit back buttonRecorder Version
No response
Steps to reproduce
Start recording when the page is loaded hit back and observe the code
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: