Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ seleniumAddress
Method
seleniumAddress
test/support/TestHelper.js:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
static seleniumAddress() {
11
return
`http:
//${this.seleniumHost()}:${this.seleniumPort()}/wd/hub`
12
}
13
14
static seleniumHost() {
15
return
process.env.SELENIUM_HOST ||
'127.0.0.1'
Callers
1
WebDriver_test.js
File · 0.80
Calls
2
seleniumHost
Method · 0.95
seleniumPort
Method · 0.95
Tested by
no test coverage detected