MCPcopy Create free account
hub / github.com/tebeka/selenium / WindowHandles

Method WindowHandles

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

WindowHandles returns the IDs of current open windows.

()

Source from the content-addressed store, hash-verified

252 CurrentWindowHandle() (string, error)
253 // WindowHandles returns the IDs of current open windows.
254 WindowHandles() ([]string, error)
255 // CurrentURL returns the browser's current URL.
256 CurrentURL() (string, error)
257 // Title returns the current page's title.

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52