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

Method getValue

src/main/java/org/htmlunit/http/Cookie.java:160–162  ·  view source on GitHub ↗

Returns the cookie value. @return the cookie value

()

Source from the content-addressed store, hash-verified

158 * @return the cookie value
159 */
160 public String getValue() {
161 return value_;
162 }
163
164 /**
165 * Returns the domain to which this cookie applies ({@code null} for all domains).

Calls

no outgoing calls

Tested by 15

checkCookieMethod · 0.76
testSimpleCookieMethod · 0.76
testEmptyCookieMethod · 0.76
testCookieWithNoNameMethod · 0.76
testCookieWithDomainMethod · 0.76