Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
goToUrlAtCurrentIndex
Method · 0.95
Calls
1
getUrl
Method · 0.65
Tested by
no test coverage detected