MCPcopy Index your code
hub / github.com/tebeka/selenium / CurrentURL

Method CurrentURL

selenium.go:256–256  ·  view source on GitHub ↗

CurrentURL returns the browser's current URL.

()

Source from the content-addressed store, hash-verified

254 WindowHandles() ([]string, error)
255 // CurrentURL returns the browser's current URL.
256 CurrentURL() (string, error)
257 // Title returns the current page's title.
258 Title() (string, error)
259 // PageSource returns the current page's source.

Callers 2

testGetFunction · 0.65
testNavigationFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 2

testGetFunction · 0.52
testNavigationFunction · 0.52