MCPcopy 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

waitForUrlFunction · 0.85
onErrorFunction · 0.85

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected