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

Function info

javascript/selenium-webdriver/testing/index.js:94–96  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

92}
93
94function info(msg) {
95 console.info(`${green('[INFO]')} ${msg}`)
96}
97
98function warn(msg) {
99 console.warn(`${cyan('[WARNING]')} ${msg}`)

Callers 3

getAvailableBrowsersFunction · 0.85
initFunction · 0.85
startSeleniumFunction · 0.85

Calls 2

greenFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected