Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ message
Function
message
javascript/selenium-webdriver/test/lib/webdriver_test.js:1093–1093 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1091
let
executor =
new
FakeExecutor()
1092
let
driver = executor.createDriver()
1093
let
message = () =>
'goes boom'
1094
return
driver
1095
.wait(() => false, 0.001, message)
1096
.then(fail, (e) => {
Callers
1
resolveWaitMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected