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

Method getCurrentUrl

java/src/org/openqa/selenium/WebDriver.java:77–77  ·  view source on GitHub ↗

Get a string representing the current URL that the browser is looking at. See W3C WebDriver specification for more details. @return The URL of the page currently loaded in the browser

()

Source from the content-addressed store, hash-verified

75 * @return The URL of the page currently loaded in the browser
76 */
77 @Nullable String getCurrentUrl();
78
79 // General properties
80

Callers 15

urlIsFunction · 0.65
urlContainsFunction · 0.65
urlMatchesFunction · 0.65
network_test.jsFile · 0.65
input_test.jsFile · 0.65
storage_test.jsFile · 0.65
webdriver_test.jsFile · 0.65
devtools_test.jsFile · 0.65

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls