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

Playwright scripts are not running on the firefox{Error: browserContext.newPage: Page closed}[BUG] #17688

Closed
anjireddy5817 opened this issue Sep 29, 2022 · 1 comment

Comments

@anjireddy5817
Copy link

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'],
  },
},
@aslushnikov
Copy link
Contributor

@anjireddy5817 please re-file following issue template and with a proper repro. Otherwise we won't be able to help!

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

No branches or pull requests

2 participants