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

Method get

javascript/selenium-webdriver/lib/webdriver.js:983–985  ·  view source on GitHub ↗

@override

(url)

Source from the content-addressed store, hash-verified

981
982 /** @override */
983 get(url) {
984 return this.navigate().to(url)
985 }
986
987 /** @override */
988 getCurrentUrl() {

Callers

nothing calls this directly

Calls 2

navigateMethod · 0.95
toMethod · 0.65

Tested by

no test coverage detected