ResizeWindow changes the dimensions of a window. If the name is empty, the current window will be maximized.
(name string, width, height int)
| 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 |
| 277 | |
| 278 | // Get navigates the browser to the provided URL. |
| 279 | Get(url string) error |
no outgoing calls