WindowHandles returns the IDs of current open windows.
()
| 252 | CurrentWindowHandle() (string, error) |
| 253 | // WindowHandles returns the IDs of current open windows. |
| 254 | WindowHandles() ([]string, error) |
| 255 | // CurrentURL returns the browser's current URL. |
| 256 | CurrentURL() (string, error) |
| 257 | // Title returns the current page's title. |
no outgoing calls