MCPcopy Index your code
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.80
andReturnMethod · 0.80
andReturnSuccessMethod · 0.80
andReturnErrorMethod · 0.80
infoFunction · 0.80
setUpMethod · 0.80
deleteTempDirMethod · 0.80
applyMethod · 0.80
evaluateMethod · 0.80
ensureAvailableMethod · 0.80

Calls 1

logMethod · 0.95

Tested by 15

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