MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / url

Method url

javascript/selenium-webdriver/bidi/networkTypes.js:443–445  ·  view source on GitHub ↗

* Get the URL of the request. * @returns {string} The URL of the request.

()

Source from the content-addressed store, hash-verified

441 * @returns {string} The URL of the request.
442 */
443 get url() {
444 return this._url
445 }
446
447 /**
448 * Get the HTTP method of the request.

Callers 4

fileserver.jsFile · 0.45
writePacFileFunction · 0.45
proxy_test.jsFile · 0.45
http_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected