public class SwingAppMissions extends Object
| Constructor and Description |
|---|
SwingAppMissions() |
| Modifier and Type | Method and Description |
|---|---|
static ClickOnButton |
clickOnButton(String label) |
static ClickOnButton |
clickOnButton(SwingScreenElement swingScreenElement) |
static FindElement |
findElement(SwingScreenElement swingScreenElement) |
static FindElementAndInvokeAction |
findElementAndInvoke(SwingScreenElement swingScreenElement,
String invokeAction,
Object... arguments) |
static FindFrame |
getFrame(Class<? extends JFrame> clazz,
String rememberAsKey) |
static VerifyDriverState |
swingDriverRunningState() |
static TakeScreenShot |
takeScreenShotAndSaveAs(String filename,
String format) |
public static FindElement findElement(SwingScreenElement swingScreenElement)
public static FindElementAndInvokeAction findElementAndInvoke(SwingScreenElement swingScreenElement, String invokeAction, Object... arguments)
public static TakeScreenShot takeScreenShotAndSaveAs(String filename, String format)
public static VerifyDriverState swingDriverRunningState()
public static ClickOnButton clickOnButton(SwingScreenElement swingScreenElement)
public static ClickOnButton clickOnButton(String label)
Copyright © 2016. All rights reserved.