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

Method getState

src/main/java/org/htmlunit/History.java:126–128  ·  view source on GitHub ↗

@return the state object

()

Source from the content-addressed store, hash-verified

124 * @return the state object
125 */
126 Object getState() {
127 return state_;
128 }
129
130 /**
131 * Sets the state object.

Callers 2

goToUrlAtCurrentIndexMethod · 0.95
getCurrentStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected