Hi Titus, Here is the output you're looking for. It looks like it is setting it but I am not see it reflected when the spec is run.
2019-02-26 14:13:22 INFO Selenium >>> http://127.0.0.1:9556/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}, "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}, "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 14:13:22 INFO Selenium <- {"sessionId":"2edac721fdf33cb68d3b3a64b02a3f27", "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.ZzWbNC"}, "cssSelectorsEnabled":true, "databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:57475"}, "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}} On Tue, Feb 26, 2019 at 1:59 PM Titus Fortner <[email protected]> wrote: > I don't have time to test it right now, but it might be a bug. Try > Selenium::Webdriver.logger.level = :info > See if the timeout information is showing up when you initialize the > browser. > > It's possible that watir isn't seeing both right now. I'm working on > fixing it. > > -- > -- > 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.
