Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
navigate
Method · 0.95
to
Method · 0.65
Tested by
no test coverage detected