Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ RemoteBrowserConnectionRefused.js
File
RemoteBrowserConnectionRefused.js
lib/helper/errors/RemoteBrowserConnectionRefused.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
RemoteBrowserConnectionRefused(err) {
2
this.message =
'Cannot connect to websocket endpoint.\n\n'
3
this.message +=
'Please make sure remote browser is running and accessible.'
4
this.stack = err.error || err
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected