Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
94
function
info(msg) {
95
console.info(`${green(
'[INFO]'
)} ${msg}`)
96
}
97
98
function
warn(msg) {
99
console.warn(`${cyan(
'[WARNING]'
)} ${msg}`)
Callers
3
getAvailableBrowsers
Function · 0.85
init
Function · 0.85
startSelenium
Function · 0.85
Calls
2
green
Function · 0.85
info
Method · 0.80
Tested by
no test coverage detected