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

way to configure "get latest version even if it doesn't match chrome" ? #250

Closed
josh-m-sharpe opened this issue Jul 28, 2023 · 1 comment

Comments

@josh-m-sharpe
Copy link

Your attempt to solve this problem is admirable. 👏 👏 !@#$ Google 👏 👏

As of this writing https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb is 115.0.5790.110
There is no 115.0.5790.110 here: https://chromedriver.chromium.org/
or here: https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json

I can 'fix' this by manually hardcoding 114:

Webdrivers::Chromedriver.required_version = '114.0.5735.90' - which does exist

...and seemingly works so far? But it'll jsut break in a few weeks when 116 comes out and 114 isn't compatible with that.. or something.

Seems it would be good if I can just tell webdrivers to get the latest version available since that's sorta what the .deb above provides?

Maybe? I dunno? Thoughts?

!@#$ Google.

ruby 3.2 something
webdrivers 5.2.0

@titusfortner
Copy link
Owner

No! Chrome for Testing is going to allow us to do some great things like automatic browser downloads! It's just caused some hiccups we weren't expecting or prepared for in the short term. 😞

I sketched out the current recommendations and my proposed plans here — #251

Let me know what you think.

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