Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ seleniumHost
Method
seleniumHost
test/support/TestHelper.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
static seleniumHost() {
15
return
process.env.SELENIUM_HOST ||
'127.0.0.1'
16
}
17
18
static seleniumPort() {
19
return
parseInt(process.env.SELENIUM_PORT ||
'4444'
, 10)
Callers
3
seleniumAddress
Method · 0.95
WebDriver_test.js
File · 0.80
codecept.WebDriver.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected