net.thucydides.core.webdriver.stubs
Class TargetLocatorStub
java.lang.Object
net.thucydides.core.webdriver.stubs.TargetLocatorStub
- All Implemented Interfaces:
- org.openqa.selenium.WebDriver.TargetLocator
public class TargetLocatorStub
- extends Object
- implements org.openqa.selenium.WebDriver.TargetLocator
|
Method Summary |
org.openqa.selenium.WebElement |
activeElement()
|
org.openqa.selenium.Alert |
alert()
|
org.openqa.selenium.WebDriver |
defaultContent()
|
org.openqa.selenium.WebDriver |
frame(int index)
|
org.openqa.selenium.WebDriver |
frame(String nameOrId)
|
org.openqa.selenium.WebDriver |
frame(org.openqa.selenium.WebElement frameElement)
|
org.openqa.selenium.WebDriver |
window(String nameOrHandle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetLocatorStub
public TargetLocatorStub(org.openqa.selenium.WebDriver webDriver)
frame
public org.openqa.selenium.WebDriver frame(int index)
- Specified by:
frame in interface org.openqa.selenium.WebDriver.TargetLocator
frame
public org.openqa.selenium.WebDriver frame(String nameOrId)
- Specified by:
frame in interface org.openqa.selenium.WebDriver.TargetLocator
frame
public org.openqa.selenium.WebDriver frame(org.openqa.selenium.WebElement frameElement)
- Specified by:
frame in interface org.openqa.selenium.WebDriver.TargetLocator
window
public org.openqa.selenium.WebDriver window(String nameOrHandle)
- Specified by:
window in interface org.openqa.selenium.WebDriver.TargetLocator
defaultContent
public org.openqa.selenium.WebDriver defaultContent()
- Specified by:
defaultContent in interface org.openqa.selenium.WebDriver.TargetLocator
activeElement
public org.openqa.selenium.WebElement activeElement()
- Specified by:
activeElement in interface org.openqa.selenium.WebDriver.TargetLocator
alert
public org.openqa.selenium.Alert alert()
- Specified by:
alert in interface org.openqa.selenium.WebDriver.TargetLocator
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.