MaximizeWindow maximizes a window. If the name is empty, the current window will be maximized.
(name string)
| 271 | // MaximizeWindow maximizes a window. If the name is empty, the current |
| 272 | // window will be maximized. |
| 273 | MaximizeWindow(name string) error |
| 274 | // ResizeWindow changes the dimensions of a window. If the name is empty, the |
| 275 | // current window will be maximized. |
| 276 | ResizeWindow(name string, width, height int) error |
no outgoing calls