(name string)
| 780 | } |
| 781 | |
| 782 | func (wd *remoteWD) CloseWindow(name string) error { |
| 783 | return wd.modifyWindow(name, "DELETE", "", nil) |
| 784 | } |
| 785 | |
| 786 | func (wd *remoteWD) MaximizeWindow(name string) error { |
| 787 | if !wd.w3cCompatible { |
nothing calls this directly
no test coverage detected