Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ toString
Method
toString
javascript/selenium-webdriver/lib/color.js:101–103 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
99
100
/** @override */
101
toString() {
102
return
`Color: ${this.asRgba()}`
103
}
104
105
/**
106
* @param {*} other
Callers
nothing calls this directly
Calls
1
asRgba
Method · 0.95
Tested by
no test coverage detected