MCPcopy 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.jsFile · 0.80

Calls 2

seleniumHostMethod · 0.95
seleniumPortMethod · 0.95

Tested by

no test coverage detected