Package org.openqa.selenium.remote
Class RemoteWebDriver.RemoteWebDriverOptions
- java.lang.Object
-
- org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
-
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Options
- Enclosing class:
- RemoteWebDriver
protected class RemoteWebDriver.RemoteWebDriverOptions extends java.lang.Object implements org.openqa.selenium.WebDriver.Options
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
protected class
RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
protected class
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
Constructor Summary
Constructors Modifier Constructor Description protected
RemoteWebDriverOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCookie(org.openqa.selenium.Cookie cookie)
void
deleteAllCookies()
void
deleteCookie(org.openqa.selenium.Cookie cookie)
void
deleteCookieNamed(java.lang.String name)
org.openqa.selenium.Cookie
getCookieNamed(java.lang.String name)
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()
-
-
-
Method Detail
-
logs
@Beta public org.openqa.selenium.logging.Logs logs()
- Specified by:
logs
in interfaceorg.openqa.selenium.WebDriver.Options
-
addCookie
public void addCookie(org.openqa.selenium.Cookie cookie)
- Specified by:
addCookie
in interfaceorg.openqa.selenium.WebDriver.Options
-
deleteCookieNamed
public void deleteCookieNamed(java.lang.String name)
- Specified by:
deleteCookieNamed
in interfaceorg.openqa.selenium.WebDriver.Options
-
deleteCookie
public void deleteCookie(org.openqa.selenium.Cookie cookie)
- Specified by:
deleteCookie
in interfaceorg.openqa.selenium.WebDriver.Options
-
deleteAllCookies
public void deleteAllCookies()
- Specified by:
deleteAllCookies
in interfaceorg.openqa.selenium.WebDriver.Options
-
getCookies
public java.util.Set<org.openqa.selenium.Cookie> getCookies()
- Specified by:
getCookies
in interfaceorg.openqa.selenium.WebDriver.Options
-
getCookieNamed
public org.openqa.selenium.Cookie getCookieNamed(java.lang.String name)
- Specified by:
getCookieNamed
in interfaceorg.openqa.selenium.WebDriver.Options
-
timeouts
public org.openqa.selenium.WebDriver.Timeouts timeouts()
- Specified by:
timeouts
in interfaceorg.openqa.selenium.WebDriver.Options
-
ime
public org.openqa.selenium.WebDriver.ImeHandler ime()
- Specified by:
ime
in interfaceorg.openqa.selenium.WebDriver.Options
-
window
@Beta public org.openqa.selenium.WebDriver.Window window()
- Specified by:
window
in interfaceorg.openqa.selenium.WebDriver.Options
-
-