We're using Watir from Ruby, which uses Selenium underneath. The way we connect is, essentially:
``` require 'watir' Watir::Browser.new :chrome ``` This is the error we get from it, which isn't particularly clear: ``` unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.30,platform=Linux 4.4.0-51-generic x86_64) (Selenium::WebDriver::Error::UnknownError) ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1719690 Title: Chromedriver 2.30 does not work with Chrome 61 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1719690/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
