MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / debug

Method debug

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

* Logs a message at the Level.DEBUG log level. * @param {(string|function(): string)} loggable the message to log, or a * function that will return the message.

(loggable)

Source from the content-addressed store, hash-verified

398 * function that will return the message.
399 */
400 debug(loggable) {
401 this.log(Level.DEBUG, loggable)
402 }
403
404 /**
405 * Logs a message at the {@link Level.FINE} log level.

Callers 2

getBinaryFunction · 0.45
logOutputFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected