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

Function warn

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

Source from the content-addressed store, hash-verified

96}
97
98function warn(msg) {
99 console.warn(`${cyan('[WARNING]')} ${msg}`)
100}
101
102/**
103 * Extracts the browsers for a test suite to target from the `SELENIUM_BROWSER`

Callers 5

check!Method · 0.85
emitMethod · 0.85
level=Method · 0.85
output=Method · 0.85
getAvailableBrowsersFunction · 0.85

Calls 2

cyanFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected