Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ color
Function
color
javascript/selenium-webdriver/testing/index.js:82–84 ·
view source on GitHub ↗
@suppress {checkTypes}
(c, s)
Source
from the content-addressed store, hash-verified
80
81
/** @suppress {checkTypes} */
82
function
color(c, s) {
83
return
isatty(process.stdout) ? `\u001b[${c}m${s}\u001b[0m` : s
84
}
85
86
function
green(s) {
87
return
color(32, s)
Callers
2
green
Function · 0.85
cyan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected