[wtr-general] Watir (chrome+options) failing with new versions of libs

2017-08-06 Thread Paul Denize
I installed up a new machine with ruby, watir, and selenium-webdriver and the script (that still runs on the previous version) now will not start I produced a minimal script below and the reported error (with version numbers visible in the dump) Is there a workaround to get the new machine goi

[wtr-general] Re: Watir (chrome+options) failing with new versions of libs

2017-08-06 Thread Titus Fortner
Ok, good catch. This should get it working: `Watir::Browser.new :chrome, options: {args: ['--disable-infobars']}` Watir isn't handling it correctly if a Selenium Options class is passed in. Can you raise an issue on github? Thanks. On Sunday, August 6, 2017 at 8:48:29 PM UTC-5, Paul Denize w