Graphene Selenium: API 2.0.0.Alpha1

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

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

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

Methods in org.jboss.arquillian.ajocado.cookie that return Cookie
static Cookie Cookie.createCookie(String name, String value)
          Creates cookie with specified name and value.
 

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
 CookieCreateOptions 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, CookieCreateOptions 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.
 


Graphene Selenium: API 2.0.0.Alpha1

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