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

Method finest

javascript/selenium-webdriver/lib/logging.js:427–429  ·  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

425 * function that will return the message.
426 */
427 finest(loggable) {
428 this.log(Level.FINEST, loggable)
429 }
430}
431
432/**

Callers 3

buildRequestFunction · 0.80
toHttpRequestFunction · 0.80
logging_test.jsFile · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected