public class CookieDeleteOptions extends CookieOptions<CookieDeleteOptions>
domain, path| Modifier and Type | Method and Description |
|---|---|
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object
|
boolean |
isRecursive()
Returns true if the domain and path should be searched recursively; false otherwise
|
CookieDeleteOptions |
recurse(boolean recurse)
Specifies whether the domain and path should be searched recursively.
|
append, clone, copy, domain, forCreation, forDeletion, getDomain, getPath, pathpublic CookieDeleteOptions recurse(boolean recurse)
Specifies whether the domain and path should be searched recursively.
In big-O notation, it operates in O(n*m) time, where n is the number of dots in the domain name and m is the number of slashes in the path.
recurse - specifies whether the domain and path should be searched for recursivelypublic boolean isRecursive()
public String inSeleniumRepresentation()
SeleniumRepresentableinSeleniumRepresentation in interface SeleniumRepresentableinSeleniumRepresentation in class CookieOptions<CookieDeleteOptions>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.