MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getUrl

Method getUrl

src/main/java/org/htmlunit/AbstractPage.java:83–86  ·  view source on GitHub ↗

Returns the URL of this page. @return the URL of this page

()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 3

getWebResponseMethod · 0.95
getUrlMethod · 0.65
getWebRequestMethod · 0.45

Tested by

no test coverage detected