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

Method finer

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

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

451 * function that will return the message.
452 */
453 finer(loggable) {
454 this.log(Level.FINER, loggable)
455 }
456
457 /**
458 * Logs a message at the {@link Level.FINEST} log level.

Callers 4

executeMethod · 0.80
logging_test.jsFile · 0.80
http.jsFile · 0.80
sendMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected