Ajocado API 1.0.0.Alpha2

Uses of Class
org.jboss.arquillian.ajocado.cookie.Cookie

Packages that use Cookie
org.jboss.arquillian.ajocado.framework   
 

Uses of Cookie in org.jboss.arquillian.ajocado.framework
 

Methods in org.jboss.arquillian.ajocado.framework that return Cookie
 Cookie TypedSelenium.getCookieByName(String cookieName)
          Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
 

Methods in org.jboss.arquillian.ajocado.framework that return types with arguments of type Cookie
 Set<Cookie> TypedSelenium.getAllCookies()
           Return all cookies of the current page under test.
 

Methods in org.jboss.arquillian.ajocado.framework with parameters of type Cookie
 void TypedSelenium.createCookie(Cookie cookie)
          Create a new cookie whose path and domain are same with those of current page under test.
 void TypedSelenium.createCookie(Cookie cookie, CreateCookieOptions options)
          Create a new cookie whose path and domain are same with those of current page under test, unless you specified a path for this cookie explicitly in options.
 


Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.