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

Method finest

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

* Logs a message at the Level.FINEST 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

460 * function that will return the message.
461 */
462 finest(loggable) {
463 this.log(Level.FINEST, loggable)
464 }
465}
466
467/**

Callers 3

buildRequestFunction · 0.80
toHttpRequestFunction · 0.80
logging_test.jsFile · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected