CurrentWindowHandle returns the ID of current window handle.
()
| 250 | |
| 251 | // CurrentWindowHandle returns the ID of current window handle. |
| 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. |
no outgoing calls