It's on our list for the year to implement a Logger class for the project overall In the meantime you should be able to get all of the debug information in STDOUT by setting $DEBUG = true
This shouldn't have anything to do with Watir per se, it would be passed along through selenium to the drivers themselves. Is the Selenium version the same? Which browsers/drivers are you using? Titus On Thursday, January 26, 2017 at 9:46:16 AM UTC-6, Bernard Badó wrote: > > Hi, > > I'm using latest version of watir(6.1) and i have problem with getting > logs. I want to get logs from chrome browser using command > "browser.driver.manage.logs.get :browser". When i debug my test and i try > to see console logs manually. I see all kinds of logs(INFO,DEBUG,etc.). But > when i call get command. All i get is just Log containing ERROR log levels. > I used same code with Watir(6.0) and my log was full. Can it be possible > that somehow API for logging changed? Or am i missing something? I have > loggingPrefs set to log all log entries. loggingPrefs => :browser => 'ALL' > -- -- Before posting, please read http://watir.com/support. 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.
