Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
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
create
Method · 0.45
Tested by
no test coverage detected