In Selenium, how do I turn off logging?

Posted by someguy on Stack Overflow See other posts from Stack Overflow or by someguy
Published on 2008-11-29T06:18:50Z Indexed on 2010/05/13 6:04 UTC
Read the original article Hit count: 256

Filed under:

I am using the following method:

set_browser_log_level 'off'

but my log level continues to include INFOs.

I am trying to suppress both logging and the "Last 4 commands" display for when my test enters a login password.

http://release.seleniumhq.org/selenium-remote-control/0.9.2/doc/ruby/classes/Selenium/SeleniumDriver.html#M000128

© Stack Overflow or respective owner

Related posts about selenium