In Selenium, how do I turn off logging?
- by someguy
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