Hi Titus, Never mind. I believe I figured out where it went. If not please let me know.
I used the 'Selenium::WebDriver.logger.level = :info' and the output is listed below. It looks as though it was added correctly. I ran the spec test and it failed for the same reason above. ( script timeout: result was not received in 30 seconds ) 2019-02-26 16:29:14 INFO Selenium -> POST session 2019-02-26 16:29:14 INFO Selenium >>> http://127.0.0.1:9558/session | {"desiredCapabilities":{"browserName":"chrome","version":"","platform":"ANY", "javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":false, "nativeEvents":false,"rotatable":false,*"timeouts":{"script":60000}*, *"goog:chromeOptions":{* *"prefs":{"credentials_enable_service":false,"w3c":true},* "args":["--ignore-certificate-errors","--disable-popup-blocking", "--disable-translate","--disable-download-notification","--enable-logging", "--v=1","--no-sandbox","--disable-infobars","--disable-password-generation"]}}, "capabilities":{"firstMatch":[{"browserName":"chrome", *"timeouts":{"script":60000},* *"goog:chromeOptions":{"prefs":* *{"credentials_enable_service":false,"w3c":true},* "args":["--ignore-certificate-errors","--disable-popup-blocking","--disable-translate", "--disable-download-notification","--enable-logging","--v=1","--no-sandbox", "--disable-infobars","--disable-password-generation"]}}]}} 2019-02-26 16:29:15 INFO Selenium <- {"sessionId":"fb808346d7541e4687cd4e32f76b2c6b", "status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false, "applicationCacheEnabled":false,"browserConnectionEnabled":false, "browserName":"chrome","chrome":{"chromedriverVersion":"2.42.591059 (a3d9684d10d61aa0c45f6723b327283be1ebaad8)","userDataDir": "/var/folders/b8/87wnshxn3h76c0b59c3f1c8jd10zkq/T/.org.chromium.Chromium.MSnlfZ"}, "cssSelectorsEnabled":true,"databaseEnabled":false, "goog:chromeOptions":{"debuggerAddress":"localhost:54611"}, "handlesAlerts":true,"hasTouchScreen":false,"javascriptEnabled":true, "locationContextEnabled":true,"mobileEmulationEnabled":false, "nativeEvents":true,"networkConnectionEnabled":false,"pageLoadStrategy":"normal", "platform":"Mac OS X","rotatable":false,"setWindowRect":true, "takesHeapSnapshot":true,"takesScreenshot":true,"unexpectedAlertBehaviour":"", "version":"72.0.3626.119","webStorageEnabled":true}} 2019-02-26 16:29:15 INFO Selenium Detected OSS dialect. On Tue, Feb 26, 2019 at 4:26 PM Joe Fleck <[email protected]> wrote: > Sorry still learning but can that be added to my current setup? > > > On Tue, Feb 26, 2019 at 3:07 PM Titus Fortner <[email protected]> > wrote: > >> Try setting w3c: true in Chrome options, maybe I'm using the wrong >> signature for legacy Chrome. >> >> -- >> -- >> Before posting, please read >> https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. >> >> In short: search before you ask, be nice. >> >> [email protected] >> http://groups.google.com/group/watir-general >> [email protected] >> --- >> You received this message because you are subscribed to the Google Groups >> "Watir General" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- -- Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
