public class OptionsFacade
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Options
Constructor and Description |
---|
OptionsFacade(org.openqa.selenium.WebDriver.Options options,
WebDriverFacade webDriverFacade) |
Modifier and Type | Method and Description |
---|---|
void |
addCookie(org.openqa.selenium.Cookie cookie) |
void |
deleteAllCookies() |
void |
deleteCookie(org.openqa.selenium.Cookie cookie) |
void |
deleteCookieNamed(java.lang.String s) |
org.openqa.selenium.Cookie |
getCookieNamed(java.lang.String s) |
java.util.Set<org.openqa.selenium.Cookie> |
getCookies() |
org.openqa.selenium.WebDriver.ImeHandler |
ime() |
org.openqa.selenium.logging.Logs |
logs() |
org.openqa.selenium.WebDriver.Timeouts |
timeouts() |
org.openqa.selenium.WebDriver.Window |
window() |
public OptionsFacade(org.openqa.selenium.WebDriver.Options options, WebDriverFacade webDriverFacade)
public void addCookie(org.openqa.selenium.Cookie cookie)
addCookie
in interface org.openqa.selenium.WebDriver.Options
public void deleteCookieNamed(java.lang.String s)
deleteCookieNamed
in interface org.openqa.selenium.WebDriver.Options
public void deleteCookie(org.openqa.selenium.Cookie cookie)
deleteCookie
in interface org.openqa.selenium.WebDriver.Options
public void deleteAllCookies()
deleteAllCookies
in interface org.openqa.selenium.WebDriver.Options
public java.util.Set<org.openqa.selenium.Cookie> getCookies()
getCookies
in interface org.openqa.selenium.WebDriver.Options
public org.openqa.selenium.Cookie getCookieNamed(java.lang.String s)
getCookieNamed
in interface org.openqa.selenium.WebDriver.Options
public org.openqa.selenium.WebDriver.Timeouts timeouts()
timeouts
in interface org.openqa.selenium.WebDriver.Options
public org.openqa.selenium.WebDriver.ImeHandler ime()
ime
in interface org.openqa.selenium.WebDriver.Options
public org.openqa.selenium.WebDriver.Window window()
window
in interface org.openqa.selenium.WebDriver.Options
public org.openqa.selenium.logging.Logs logs()
logs
in interface org.openqa.selenium.WebDriver.Options