Package org.openqa.selenium.remote
Class RemoteWebDriver.RemoteTargetLocator
java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.TargetLocator
- Enclosing class:
- RemoteWebDriver
protected class RemoteWebDriver.RemoteTargetLocator
extends Object
implements org.openqa.selenium.WebDriver.TargetLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebElement
org.openqa.selenium.Alert
alert()
org.openqa.selenium.WebDriver
org.openqa.selenium.WebDriver
frame
(int frameIndex) org.openqa.selenium.WebDriver
org.openqa.selenium.WebDriver
frame
(org.openqa.selenium.WebElement frameElement) org.openqa.selenium.WebDriver
newWindow
(org.openqa.selenium.WindowType typeHint) org.openqa.selenium.WebDriver
org.openqa.selenium.WebDriver
-
Constructor Details
-
RemoteTargetLocator
protected RemoteTargetLocator()
-
-
Method Details
-
frame
public org.openqa.selenium.WebDriver frame(int frameIndex) - Specified by:
frame
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
frame
- Specified by:
frame
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
frame
public org.openqa.selenium.WebDriver frame(org.openqa.selenium.WebElement frameElement) - Specified by:
frame
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
parentFrame
public org.openqa.selenium.WebDriver parentFrame()- Specified by:
parentFrame
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
window
- Specified by:
window
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
newWindow
public org.openqa.selenium.WebDriver newWindow(org.openqa.selenium.WindowType typeHint) - Specified by:
newWindow
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
defaultContent
public org.openqa.selenium.WebDriver defaultContent()- Specified by:
defaultContent
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
activeElement
public org.openqa.selenium.WebElement activeElement()- Specified by:
activeElement
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-
alert
public org.openqa.selenium.Alert alert()- Specified by:
alert
in interfaceorg.openqa.selenium.WebDriver.TargetLocator
-