Module: selenium-webdriverView Sourcenamespace loggingAlias for webdriver.loggingFunctionsaddConsoleHandler(opt_logger)code »Adds the console handler to the given logger. The console handler will log all messages using the JavaScript Console API. Parametersopt_logger?webdriver.logging.Logger=The logger to add the handler to; defaults to the root logger. getLevel(arg0)code »Parametersarg0(number|string)Returnswebdriver.logging.LevelgetLogger(arg0)code »Parametersarg0string=Returnswebdriver.logging.LoggerinstallConsoleHandler()code »Installs the console log handler on the root logger. removeConsoleHandler(opt_logger)code »Removes the console log handler from the given logger. Parametersopt_logger?webdriver.logging.Logger=The logger to remove the handler from; defaults to the root logger. TypesEntryA single log entry recorded by a WebDriver component, such as a remote WebDriver server. LevelThe Level class defines a set of standard logging levels that can be used to control logging output. LogRecordLogRecord objects are used to pass logging requests between the logging framework and individual log Handlers. LoggerThe Logger is an object used for logging debug messages. PreferencesDescribes the log preferences for a WebDriver session. TypeNo description.