Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ testUrl
Function
testUrl
javascript/selenium-webdriver/http/util.js:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
testUrl()
133
134
function
testUrl() {
135
client.send(request).then(onResponse, onError)
136
}
137
138
function
onError() {
139
if
(Date.now() - start > timeout) {
Callers
2
waitForUrl
Function · 0.85
onError
Function · 0.85
Calls
1
send
Method · 0.65
Tested by
no test coverage detected