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

Method CloseWindow

remote.go:782–784  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

780}
781
782func (wd *remoteWD) CloseWindow(name string) error {
783 return wd.modifyWindow(name, "DELETE", "", nil)
784}
785
786func (wd *remoteWD) MaximizeWindow(name string) error {
787 if !wd.w3cCompatible {

Callers

nothing calls this directly

Calls 1

modifyWindowMethod · 0.95

Tested by

no test coverage detected