CloseWindow closes the specified window.
(name string)
| 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 |
no outgoing calls