MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getUrl

Method getUrl

src/main/java/org/htmlunit/History.java:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 URL getUrl() {
99 return webRequest_.getUrl();
100 }
101
102 void setUrl(final URL url, final Page page) {
103 if (url != null) {

Callers 1

goToUrlAtCurrentIndexMethod · 0.95

Calls 1

getUrlMethod · 0.65

Tested by

no test coverage detected