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

Method CurrentWindowHandle

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

CurrentWindowHandle returns the ID of current window handle.

()

Source from the content-addressed store, hash-verified

250
251 // CurrentWindowHandle returns the ID of current window handle.
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.

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52