Package | Description |
---|---|
org.openqa.selenium | |
org.openqa.selenium.interactions | |
org.openqa.selenium.interactions.touch | |
org.openqa.selenium.internal |
Modifier and Type | Method and Description |
---|---|
WebDriver |
WebDriver.TargetLocator.defaultContent()
Selects either the first frame on the page, or the main document when a page contains
iframes.
|
WebDriver |
WebDriver.TargetLocator.frame(int index)
Select a frame by its (zero-based) index.
|
WebDriver |
WebDriver.TargetLocator.frame(String nameOrId)
Select a frame by its name or ID.
|
WebDriver |
WebDriver.TargetLocator.frame(WebElement frameElement)
Select a frame using its previously located
WebElement . |
WebDriver |
WebDriver.TargetLocator.window(String nameOrHandle)
Switch the focus of future commands for this driver to the window with the given name/handle.
|
Constructor and Description |
---|
Actions(WebDriver driver)
Default constructor - uses the default keyboard, mouse implemented by the driver.
|
Constructor and Description |
---|
TouchActions(WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
WebDriver |
WrapsDriver.getWrappedDriver() |
Copyright © 2014. All rights reserved.