MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / checkServerStatus

Function checkServerStatus

javascript/selenium-webdriver/http/util.js:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 checkServerStatus()
75
76 function checkServerStatus() {
77 return getStatus(url).then((status) => resolve(status), onError)
78 }
79
80 function onError(e) {
81 // Some servers don't support the status command. If they are able to

Callers 2

waitForServerFunction · 0.85
onErrorFunction · 0.85

Calls 2

getStatusFunction · 0.85
resolveFunction · 0.70

Tested by

no test coverage detected