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

Method fine

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

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

407 * function that will return the message.
408 */
409 fine(loggable) {
410 this.log(Level.FINE, loggable)
411 }
412
413 /**
414 * Logs a message at the {@link Level.FINER} log level.

Callers 15

buildMethod · 0.80
detectTestRunnerMethod · 0.80
getLocalFileMethod · 0.80
onTextMethod · 0.80
onBinaryMethod · 0.80
onCloseMethod · 0.80
sendMethod · 0.80
closeMethod · 0.80
startMethod · 0.80
getBinaryPathsMethod · 0.80
decodeMethod · 0.80
executeMethod · 0.80

Calls 1

logMethod · 0.95

Tested by 1

detectTestRunnerMethod · 0.64