MCPcopy Index your code
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 1

getAvailableBrowsersFunction · 0.85

Calls 1

cyanFunction · 0.85

Tested by

no test coverage detected