Uses of Class
org.openqa.selenium.Cookie

Packages that use Cookie
org.openqa.selenium   
org.openqa.selenium.remote   
org.openqa.selenium.remote.server.handler   
 

Uses of Cookie in org.openqa.selenium
 

Methods in org.openqa.selenium that return Cookie
 Cookie Cookie.Builder.build()
           
 Cookie WebDriver.Options.getCookieNamed(String name)
          Get a cookie with a given name.
 

Methods in org.openqa.selenium that return types with arguments of type Cookie
 Set<Cookie> WebDriver.Options.getCookies()
          Get all the cookies for the current domain.
 

Methods in org.openqa.selenium with parameters of type Cookie
 void WebDriver.Options.addCookie(Cookie cookie)
          Add a specific cookie.
 void WebDriver.Options.deleteCookie(Cookie cookie)
          Delete a cookie from the browser's "cookie jar".
 

Uses of Cookie in org.openqa.selenium.remote
 

Methods in org.openqa.selenium.remote that return Cookie
 Cookie RemoteWebDriver.RemoteWebDriverOptions.getCookieNamed(String name)
           
 

Methods in org.openqa.selenium.remote that return types with arguments of type Cookie
 Set<Cookie> RemoteWebDriver.RemoteWebDriverOptions.getCookies()
           
 

Methods in org.openqa.selenium.remote with parameters of type Cookie
 void RemoteWebDriver.RemoteWebDriverOptions.addCookie(Cookie cookie)
           
 void RemoteWebDriver.RemoteWebDriverOptions.deleteCookie(Cookie cookie)
           
 

Uses of Cookie in org.openqa.selenium.remote.server.handler
 

Methods in org.openqa.selenium.remote.server.handler that return Cookie
protected  Cookie CookieHandler.createCookie()
           
 



Copyright © 2011. All Rights Reserved.