Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comunes/kune
/ getCurrentUrl
Method
getCurrentUrl
src/test/java/cc/kune/selenium/PageObject.java:109–111 ·
view source on GitHub ↗
Gets the current url. @return the current url
()
Source
from the content-addressed store, hash-verified
107
* @
return
the current url
108
*/
109
public
String getCurrentUrl() {
110
return
webdriver.getCurrentUrl();
111
}
112
113
/**
114
* Gets the title.
Callers
1
getCurrentHistoryToken
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected