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

Method info

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

389 * function that will return the message.
390 */
391 info(loggable) {
392 this.log(Level.INFO, loggable)
393 }
394
395 /**
396 * Logs a message at the {@link Level.DEBUG} log level.

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