3

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

Aaron Fi
  • 10,116
  • 13
  • 66
  • 91
  • Possible duplicate of [Turning off logging in Selenium (from Python)](https://stackoverflow.com/questions/9226519/turning-off-logging-in-selenium-from-python) – robertspierre Jul 06 '17 at 08:51

1 Answers1

1

I would advise you to switch to the latest version, even if it is called beta. These Selenium guys have strange version numbers. See if that helps.

Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
krosenvold
  • 75,535
  • 32
  • 152
  • 208
  • I was already on 1.0-beta. There's no release documentation yet for that version, hence why I'm linking to the latest available (0.9.2) – Aaron Fi Nov 29 '08 at 07:43