protected class RemoteWebDriver.RemoteTargetLocator
extends java.lang.Object
implements org.openqa.selenium.WebDriver.TargetLocator
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteTargetLocator() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
activeElement() |
org.openqa.selenium.Alert |
alert() |
org.openqa.selenium.WebDriver |
defaultContent() |
org.openqa.selenium.WebDriver |
frame(int frameIndex) |
org.openqa.selenium.WebDriver |
frame(java.lang.String frameName) |
org.openqa.selenium.WebDriver |
frame(org.openqa.selenium.WebElement frameElement) |
org.openqa.selenium.WebDriver |
parentFrame() |
org.openqa.selenium.WebDriver |
window(java.lang.String windowHandleOrName) |
public org.openqa.selenium.WebDriver frame(int frameIndex)
frame in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.WebDriver frame(java.lang.String frameName)
frame in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.WebDriver frame(org.openqa.selenium.WebElement frameElement)
frame in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.WebDriver parentFrame()
parentFrame in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.WebDriver window(java.lang.String windowHandleOrName)
window in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.WebDriver defaultContent()
defaultContent in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.WebElement activeElement()
activeElement in interface org.openqa.selenium.WebDriver.TargetLocatorpublic org.openqa.selenium.Alert alert()
alert in interface org.openqa.selenium.WebDriver.TargetLocator