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

Method CloseWindow

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

CloseWindow closes the specified window.

(name string)

Source from the content-addressed store, hash-verified

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
272 // window will be maximized.
273 MaximizeWindow(name string) error

Callers 1

testWindowsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testWindowsFunction · 0.52