MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / address

Method address

javascript/selenium-webdriver/remote/index.js:181–186  ·  view source on GitHub ↗

* @return {!Promise } A promise that resolves to the server's address. * @throws {Error} If the server has not been started.

()

Source from the content-addressed store, hash-verified

179 * @throws {Error} If the server has not been started.
180 */
181 address() {
182 if (this.address_) {
183 return this.address_
184 }
185 throw Error('Server has not been started.')
186 }
187
188 /**
189 * Returns whether the underlying process is still running. This does not take

Callers 7

ServerFunction · 0.45
startEchoServerFunction · 0.45
startStallingServerFunction · 0.45
startServerFunction · 0.45
portprober_test.jsFile · 0.45
findFreePortFunction · 0.45
builderMethod · 0.45

Calls 1

ErrorFunction · 0.85

Tested by

no test coverage detected