Get a string representing the current URL that the browser is looking at. See W3C WebDriver specification for more details. @return The URL of the page currently loaded in the browser
()
| 75 | * @return The URL of the page currently loaded in the browser |
| 76 | */ |
| 77 | @Nullable String getCurrentUrl(); |
| 78 | |
| 79 | // General properties |
| 80 |
no outgoing calls