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

RSpecs: Trouble with chrome-driver for Capybara #216

Closed
ut opened this issue Feb 9, 2022 · 1 comment
Closed

RSpecs: Trouble with chrome-driver for Capybara #216

ut opened this issue Feb 9, 2022 · 1 comment

Comments

@ut
Copy link
Member

ut commented Feb 9, 2022

Its potentially a bug at Selenium-Webdriver w/Chromium. I added this problem to an existing bug at SeleniumHQ/selenium#10341 (comment)

@ut
Copy link
Member Author

ut commented Feb 10, 2022

Fixed with

  ::Selenium::WebDriver::Chrome.path = '/snap/chromium/current/usr/lib/chromium-browser/chrome'
  # For the moment, at my machine, Chromedriver v98 fails with Chromium v98 (sic!)
  Webdrivers::Chromedriver.required_version = '97.0.4692.71'

Sefux added a commit that referenced this issue Feb 10, 2022
…esting-on-ubuntu

Fix feature tests with webdrivers on (my) ubuntu #216
@ut ut closed this as completed Feb 15, 2022
ut pushed a commit that referenced this issue Jul 29, 2024
…esting-on-ubuntu

Fix feature tests with webdrivers on (my) ubuntu #216
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