MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / installConsoleHandler

Function installConsoleHandler

javascript/selenium-webdriver/lib/logging.js:591–593  ·  view source on GitHub ↗

* Installs the console log handler on the root logger.

()

Source from the content-addressed store, hash-verified

589 * Installs the console log handler on the root logger.
590 */
591function installConsoleHandler() {
592 addConsoleHandler(logManager.root_)
593}
594
595/**
596 * Common log types.

Callers

nothing calls this directly

Calls 1

addConsoleHandlerFunction · 0.85

Tested by

no test coverage detected