org.openqa.selenium.remote
Class RemoteWebDriver.RemoteWebDriverOptions
java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- All Implemented Interfaces:
- WebDriver.Options
- Enclosing class:
- RemoteWebDriver
protected class RemoteWebDriver.RemoteWebDriverOptions
- extends java.lang.Object
- implements WebDriver.Options
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteWebDriver.RemoteWebDriverOptions
protected RemoteWebDriver.RemoteWebDriverOptions()
addCookie
public void addCookie(Cookie cookie)
- Specified by:
addCookie
in interface WebDriver.Options
deleteCookieNamed
public void deleteCookieNamed(java.lang.String name)
- Specified by:
deleteCookieNamed
in interface WebDriver.Options
deleteCookie
public void deleteCookie(Cookie cookie)
- Specified by:
deleteCookie
in interface WebDriver.Options
deleteAllCookies
public void deleteAllCookies()
- Specified by:
deleteAllCookies
in interface WebDriver.Options
getCookies
public java.util.Set<Cookie> getCookies()
- Specified by:
getCookies
in interface WebDriver.Options
getCookieNamed
public Cookie getCookieNamed(java.lang.String name)
- Specified by:
getCookieNamed
in interface WebDriver.Options
timeouts
public WebDriver.Timeouts timeouts()
- Specified by:
timeouts
in interface WebDriver.Options
ime
public WebDriver.ImeHandler ime()
- Specified by:
ime
in interface WebDriver.Options
Copyright © 2011. All Rights Reserved.