net.thucydides.core.webdriver.stubs
Class OptionsStub

Package class diagram package OptionsStub
java.lang.Object
  extended by net.thucydides.core.webdriver.stubs.OptionsStub
All Implemented Interfaces:
org.openqa.selenium.WebDriver.Options

public class OptionsStub
extends Object
implements org.openqa.selenium.WebDriver.Options

A description goes here. User: johnsmart Date: 6/02/12 Time: 10:37 AM


Constructor Summary
OptionsStub()
           
 
Method Summary
 void addCookie(org.openqa.selenium.Cookie cookie)
           
 void deleteAllCookies()
           
 void deleteCookie(org.openqa.selenium.Cookie cookie)
           
 void deleteCookieNamed(String name)
           
 org.openqa.selenium.Cookie getCookieNamed(String name)
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsStub

public OptionsStub()
Method Detail

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 org.openqa.selenium.WebDriver.Timeouts 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

public org.openqa.selenium.WebDriver.Window window()
Specified by:
window in interface org.openqa.selenium.WebDriver.Options

logs

public org.openqa.selenium.logging.Logs logs()
Specified by:
logs in interface org.openqa.selenium.WebDriver.Options


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.