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

Method Get

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

Get navigates the browser to the provided URL.

(url string)

Source from the content-addressed store, hash-verified

277
278 // Get navigates the browser to the provided URL.
279 Get(url string) error
280 // Forward moves forward in history.
281 Forward() error
282 // Back moves backward in history.

Callers 15

testChromeExtensionFunction · 0.65
testWindowsFunction · 0.65
testGetFunction · 0.65
testNavigationFunction · 0.65
testTitleFunction · 0.65
testPageSourceFunction · 0.65
testFindElementFunction · 0.65
testFindElementsFunction · 0.65
testSendKeysFunction · 0.65
testClickFunction · 0.65
testGetCookieFunction · 0.65
testGetCookiesFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 15

testChromeExtensionFunction · 0.52
testWindowsFunction · 0.52
testGetFunction · 0.52
testNavigationFunction · 0.52
testTitleFunction · 0.52
testPageSourceFunction · 0.52
testFindElementFunction · 0.52
testFindElementsFunction · 0.52
testSendKeysFunction · 0.52
testClickFunction · 0.52
testGetCookieFunction · 0.52
testGetCookiesFunction · 0.52