tags:

views:

448

answers:

1

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

A: 

i would advise you to switch to the latest version , even if its called beta. these selenium guys have strange version numbers. see if that helps.

krosenvold
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 F.