With version 75 of Chrome just released, our tests no longer run properly. They give the stacktrace pasted below. We are using ruby on rails v. 5.1.6.2 with rspec, seleniu
After doing options = Selenium::WebDriver::Chrome::Options.new you can do options.add_option('w3c', false)
options = Selenium::WebDriver::Chrome::Options.new
options.add_option('w3c', false)