CurrentURL returns the browser's current URL.
()
| 254 | WindowHandles() ([]string, error) |
| 255 | // CurrentURL returns the browser's current URL. |
| 256 | CurrentURL() (string, error) |
| 257 | // Title returns the current page's title. |
| 258 | Title() (string, error) |
| 259 | // PageSource returns the current page's source. |
no outgoing calls