com.opera.core.systems
Class OperaDriver.OperaOptions
java.lang.Object
com.opera.core.systems.OperaDriver.OperaOptions
- All Implemented Interfaces:
- org.openqa.selenium.WebDriver.Options
- Enclosing class:
- OperaDriver
public class OperaDriver.OperaOptions
- extends Object
- implements org.openqa.selenium.WebDriver.Options
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperaDriver.OperaOptions
public OperaDriver.OperaOptions()
addCookie
public void addCookie(org.openqa.selenium.Cookie cookie)
- Specified by:
addCookie in interface org.openqa.selenium.WebDriver.Options
deleteCookieNamed
public void deleteCookieNamed(String name)
- Specified by:
deleteCookieNamed in interface org.openqa.selenium.WebDriver.Options
deleteCookie
public void deleteCookie(org.openqa.selenium.Cookie cookie)
- Specified by:
deleteCookie in interface org.openqa.selenium.WebDriver.Options
deleteAllCookies
public void deleteAllCookies()
- Specified by:
deleteAllCookies in interface org.openqa.selenium.WebDriver.Options
getCookies
public Set<org.openqa.selenium.Cookie> getCookies()
- Specified by:
getCookies in interface org.openqa.selenium.WebDriver.Options
getCookieNamed
public org.openqa.selenium.Cookie getCookieNamed(String name)
- Specified by:
getCookieNamed in interface org.openqa.selenium.WebDriver.Options
timeouts
public OperaDriver.OperaTimeouts timeouts()
- Specified by:
timeouts in interface org.openqa.selenium.WebDriver.Options
ime
public org.openqa.selenium.WebDriver.ImeHandler ime()
- Specified by:
ime in interface org.openqa.selenium.WebDriver.Options
window
@Beta
public org.openqa.selenium.WebDriver.Window window()
- Specified by:
window in interface org.openqa.selenium.WebDriver.Options
logs
@Beta
public org.openqa.selenium.logging.Logs logs()
- Specified by:
logs in interface org.openqa.selenium.WebDriver.Options
Copyright © 2012. All Rights Reserved.