|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.cookie.CookieOptions<CookieDeleteOptions>
org.jboss.arquillian.ajocado.cookie.CookieDeleteOptions
public class CookieDeleteOptions
Options for deleting cookies.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jboss.arquillian.ajocado.cookie.CookieOptions |
|---|
append, clone, copy, domain, forCreation, forDeletion, getDomain, getPath, path |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 recursively
public boolean isRecursive()
public String inSeleniumRepresentation()
SeleniumRepresentable
inSeleniumRepresentation in interface SeleniumRepresentableinSeleniumRepresentation in class CookieOptions<CookieDeleteOptions>
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||