MCPcopy
hub / github.com/codeceptjs/CodeceptJS / ConnectionRefused.js

File ConnectionRefused.js

lib/helper/errors/ConnectionRefused.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function ConnectionRefused(err) {
2 this.message = "Can't connect to WebDriver.\n"
3 this.message += `${err}\n\n`
4 this.message += 'Please make sure Selenium Server is running and accessible'

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected