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
selenium
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.
© Stack Overflow or respective owner