Returns this location's current URL. @return this location's current URL
()
| 587 | * @return this location's current URL |
| 588 | */ |
| 589 | private URL getUrl() { |
| 590 | return window_.getWebWindow().getEnclosedPage().getUrl(); |
| 591 | } |
| 592 | |
| 593 | /** |
| 594 | * Sets this location's URL, triggering a server hit and loading the resultant document |
no test coverage detected