Returns the URL of this page. @return the URL of this page
()
| 81 | * @return the URL of this page |
| 82 | */ |
| 83 | @Override |
| 84 | public URL getUrl() { |
| 85 | return getWebResponse().getWebRequest().getUrl(); |
| 86 | } |
| 87 | |
| 88 | @Override |
| 89 | public boolean isHtmlPage() { |
nothing calls this directly
no test coverage detected