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

Error Failed to open new tab - no browser is open when using Chrome 128 in headless mode #1116

Open
1 task done
sarshad2024 opened this issue Sep 17, 2024 · 2 comments
Open
1 task done

Comments

@sarshad2024
Copy link

sarshad2024 commented Sep 17, 2024

Product

@axe-core/webdriverio

Product Version

4.10.0

Latest Version

  • I have tested the issue with the latest version of the product

Issue Description

Expectation

Test is executed.

Actual

Test is not executed and there is the error "Failed to open new tab - no browser is open".

How to Reproduce

describe('Accessibility Test', () => {
  it('should get the accessibility results from a page', async () => {
      const builder = new AxeBuilder({ client: browser });

      await browser.url('https://testingbot.com');
      const result = await builder.analyze();
      console.log('Acessibility Results:', result);
  });
});


error-no-browser-is-open-chrome-128

Additional context

Bug is present when using browser Chrome version 128 in headless mode.

@michael-siek
Copy link
Member

Hey @sarshad2024 I'll take a look and see what the issue could be

@sarshad2024
Copy link
Author

@michael-siek Thanks!

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