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

Add option to remove strict chrome version compatibility checks #304

Open
NullVoxPopuli opened this issue May 16, 2020 · 2 comments
Open

Comments

@NullVoxPopuli
Copy link

My builds over at https://github.com/NullVoxPopuli/emberclear/pulls started failing due to a chrome-driver mismatch.

Can I ignore the error? or.. what needs to happen to be a little more flexible with chrome versions?
(maybe I need to pin the chrome version, but I worry about that becoming stale (side project, minimal effort, etc))

@NullVoxPopuli
Copy link
Author

NullVoxPopuli commented May 16, 2020

Based on this:
https://github.com/giggio/node-chromedriver/blob/master/README.md#custom-binaries-url

I wonder if I should force a new install of chrome driver each run and somehow ignore the bundled one?

@NullVoxPopuli
Copy link
Author

Or maybe I could use selenium instead of browser specific drivers? https://github.com/giggio/node-chromedriver/blob/master/README.md#running-with-selenium-webdriver

Hmm

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

1 participant