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

Method SwitchWindow

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

SwitchWindow switches the context to the specified window.

(name string)

Source from the content-addressed store, hash-verified

266 SwitchFrame(frame interface{}) error
267 // SwitchWindow switches the context to the specified window.
268 SwitchWindow(name string) error
269 // CloseWindow closes the specified window.
270 CloseWindow(name string) error
271 // MaximizeWindow maximizes a window. If the name is empty, the current

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52