org.openqa.selenium.remote
Class RemoteWebDriver.RemoteWebDriverOptions

java.lang.Object
  extended by org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
All Implemented Interfaces:
WebDriver.Options
Enclosing class:
RemoteWebDriver

protected class RemoteWebDriver.RemoteWebDriverOptions
extends Object
implements WebDriver.Options


Nested Class Summary
protected  class RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
           
protected  class RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
           
protected  class RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
           
 
Constructor Summary
protected RemoteWebDriver.RemoteWebDriverOptions()
           
 
Method Summary
 void addCookie(Cookie cookie)
           
 void deleteAllCookies()
           
 void deleteCookie(Cookie cookie)
           
 void deleteCookieNamed(String name)
           
 Cookie getCookieNamed(String name)
           
 Set<Cookie> getCookies()
           
 WebDriver.ImeHandler ime()
           
 Logs logs()
           
 WebDriver.Timeouts timeouts()
           
 WebDriver.Window window()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWebDriver.RemoteWebDriverOptions

protected RemoteWebDriver.RemoteWebDriverOptions()
Method Detail

logs

@Beta
public Logs logs()
Specified by:
logs in interface WebDriver.Options

addCookie

public void addCookie(Cookie cookie)
Specified by:
addCookie in interface WebDriver.Options

deleteCookieNamed

public void deleteCookieNamed(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 Set<Cookie> getCookies()
Specified by:
getCookies in interface WebDriver.Options

getCookieNamed

public Cookie getCookieNamed(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

window

@Beta
public WebDriver.Window window()
Specified by:
window in interface WebDriver.Options


Copyright © 2013. All rights reserved.