An NDoc Documented Class Library

DefaultSelenium.SetBrowserLogLevel Method 

Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded. Valid logLevel strings are: "debug", "info", "warn", "error" or "off". To see the browser logs, you need to either show the log window in GUI mode, or enable browser-side logging in Selenium RC.

public void SetBrowserLogLevel(
   string logLevel
);

Parameters

logLevel
one of the following: "debug", "info", "warn", "error" or "off"

Implements

ISelenium.SetBrowserLogLevel

See Also

DefaultSelenium Class | Selenium Namespace