public class WindowsActionHelper
Constructor and description |
---|
WindowsActionHelper
(WindowsSession windowsSession) |
Type Params | Return Type | Name and description |
---|---|---|
|
public WebElement |
apply(WindowsDriver<WebElement> driver) |
|
public List<WebElement> |
apply(WindowsDriver<WebElement> arg0) |
|
public static int |
checkTimeout(int timeout) |
|
public void |
checkWebElement(WindowsTestObject testObject) |
|
public void |
clearText(WindowsTestObject testObject) |
|
public void |
clearText(WindowsTestObject testObject, WebElement webElement) |
|
public void |
click(WindowsTestObject testObject) |
|
public void |
clickOffset(WindowsTestObject testObject, int offsetX, int offsetY) |
|
public void |
closeApp() |
|
public static WindowsActionHelper |
create(WindowsSession windowsSession) |
|
public void |
doubleClick(WindowsTestObject testObject) |
|
public WebElement |
findElement(WindowsTestObject testObject) |
|
public WebElement |
findElement(WindowsTestObject testObject, int timeout) |
|
public WebElement |
findElement(WindowsTestObject testObject, int timeout, boolean continueWhenNotFound) |
|
public List<WebElement> |
findElements(WindowsTestObject testObject) |
|
public List<WebElement> |
findElements(WindowsTestObject testObject, int timeout) |
|
public List<WebElement> |
findElements(WindowsTestObject testObject, int timeout, boolean continueWhenNotFound) |
|
public Point |
getPosition(WindowsTestObject testObject) |
|
public Rectangle |
getRect(WindowsTestObject testObject) |
|
public String |
getText(WindowsTestObject testObject) |
|
public void |
rightClick(WindowsTestObject testObject) |
|
public void |
rightClickOffset(WindowsTestObject testObject, int offsetX, int offsetY) |
|
public void |
sendKeys(WindowsTestObject testObject, CharSequence keys) |
|
public void |
setText(WindowsTestObject testObject, String text) |
|
public void |
setText(WindowsTestObject testObject, WebElement windowElement, String text) |
|
public void |
switchToApplication() |
|
public void |
switchToDesktop() |
|
public WindowsDriver<WebElement> |
switchToWindow(WindowsTestObject windowsObject) |
|
public WindowsDriver<WebElement> |
switchToWindowTitle(String windowName, StringMatchingStrategy strategy) |
|
public void |
takeScreenshot(String screenshotLocation) |