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
Whenever I started running scripts on the firefox browser getting below error:(Playwright version: 1.25.2) browserContext.newPage: Page closed
config file:
projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'], }, },
{ name: 'firefox', use: { ...devices['Desktop Firefox'], }, }, { name: 'webkit', use: { ...devices['Desktop Safari'], }, },
The text was updated successfully, but these errors were encountered:
@anjireddy5817 please re-file following issue template and with a proper repro. Otherwise we won't be able to help!
Sorry, something went wrong.
No branches or pull requests
Whenever I started running scripts on the firefox browser getting below error:(Playwright version: 1.25.2)
browserContext.newPage: Page closed
config file:
projects: [
{
name: 'chromium',
use: {
...devices['Desktop Chrome'],
},
},
The text was updated successfully, but these errors were encountered: