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

Method info

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

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

392 * function that will return the message.
393 */
394 info(loggable) {
395 this.log(Level.INFO, loggable)
396 }
397
398 /**
399 * Logs a deprecation notice at the {@link Level.WARNING} log level, once per

Callers 15

logging_test.jsFile · 0.45
andReturnMethod · 0.45
andReturnSuccessMethod · 0.45
andReturnErrorMethod · 0.45
infoFunction · 0.45
setUpMethod · 0.45
deleteTempDirMethod · 0.45
applyMethod · 0.45
evaluateMethod · 0.45
ensureAvailableMethod · 0.45

Calls 1

logMethod · 0.95

Tested by 15

setUpMethod · 0.36
deleteTempDirMethod · 0.36
applyMethod · 0.36
evaluateMethod · 0.36
ensureAvailableMethod · 0.36
beforeEachMethod · 0.36
afterEachMethod · 0.36
getDriverMethod · 0.36
createDelegateMethod · 0.36