Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getCurrentUrl
Method
getCurrentUrl
javascript/selenium-webdriver/lib/webdriver.js:988–990 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
986
987
/** @override */
988
getCurrentUrl() {
989
return
this.execute(
new
command.Command(command.Name.GET_CURRENT_URL))
990
}
991
992
/** @override */
993
getTitle() {
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected