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
Context:
Describe the bug
In a Firefox Private Window, navigate to: https://playwright.dev/
Expected Result Page renders
Actual Result Page does not render
Console output in Developer Tools Uncaught (in promise) ReferenceError: data is not defined set https://playwright.dev/main.js:19 create https://playwright.dev/main.js:19
The text was updated successfully, but these errors were encountered:
I can repro. Saw that they are working on a new docs site too, so it might be not relevant anymore in a few weeks.
Sorry, something went wrong.
fix: localStorage gets used (#32)
a742b97
Fixes microsoft/playwright#4574
aslushnikov
Successfully merging a pull request may close this issue.
Context:
Describe the bug
In a Firefox Private Window, navigate to:
https://playwright.dev/
Expected Result
Page renders
Actual Result
Page does not render
Console output in Developer Tools
Uncaught (in promise) ReferenceError: data is not defined
set https://playwright.dev/main.js:19
create https://playwright.dev/main.js:19
The text was updated successfully, but these errors were encountered: