SwitchWindow switches the context to the specified window.
(name string)
| 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 |
no outgoing calls