Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.cookie
Class CookieDeleteOptions

java.lang.Object
  extended by org.jboss.arquillian.ajocado.cookie.CookieOptions<CookieDeleteOptions>
      extended by org.jboss.arquillian.ajocado.cookie.CookieDeleteOptions
All Implemented Interfaces:
Cloneable, SeleniumRepresentable

public class CookieDeleteOptions
extends CookieOptions<CookieDeleteOptions>

Options for deleting cookies.

Version:
$Revision$
Author:
Lukas Fryc

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

recurse

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.

Parameters:
recurse - specifies whether the domain and path should be searched for recursively
Returns:
the delete cookie options with recurse specified to given value

isRecursive

public boolean isRecursive()
Returns true if the domain and path should be searched recursively; false otherwise

Returns:
true if the domain and path should be searched recursively; false otherwise

inSeleniumRepresentation

public String inSeleniumRepresentation()
Description copied from interface: SeleniumRepresentable
Returns Selenium's string representation of this object

Specified by:
inSeleniumRepresentation in interface SeleniumRepresentable
Overrides:
inSeleniumRepresentation in class CookieOptions<CookieDeleteOptions>
Returns:
Selenium's string representation of this object

Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.