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

Shows outdated browser in tests with chromedriver 2.44 #58

Closed
Hirurg103 opened this issue Nov 24, 2018 · 2 comments
Closed

Shows outdated browser in tests with chromedriver 2.44 #58

Hirurg103 opened this issue Nov 24, 2018 · 2 comments

Comments

@Hirurg103
Copy link
Contributor

I run my Capybara tests with headless chrome v2.44

Some tests fail because outdated-browser-rework shows outdated browser popup because capybara cant click on the page items located under the popup

How can I fix that?

@Hirurg103
Copy link
Contributor Author

require("outdated-browser-rework")({
  browserSupport: {},
  isUnknownBrowserOK: true,
}

worked like a charm for me

@mikemaccana
Copy link
Owner

Yep, Puppeteer and headless Chrome in general have a different User Agent from chrome.

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