| Package | Description |
|---|---|
| se.claremont.taf.javasupport.gui.guirecordingwindow.guimap | |
| se.claremont.taf.javasupport.interaction | |
| se.claremont.taf.javasupport.objectstructure |
| Modifier and Type | Method and Description |
|---|---|
JavaWindow |
GuiWindow.asJavaWindow() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericInteractionMethods.activateTab(JavaWindow window,
String tabText) |
void |
GenericInteractionMethods.clickElementWithText(JavaWindow window,
String textOfElementToClick)
Finds the element with the specified text and click on it.
|
void |
GenericInteractionMethods.closeWindow(JavaWindow window) |
static void |
WindowMapper.Map(JavaWindow javaWindow,
String outputFilePath) |
void |
GenericInteractionMethods.verifyWindowIsDisplayed(JavaWindow javaWindow) |
void |
GenericInteractionMethods.verifyWindowIsDisplayed(JavaWindow javaWindow,
int timeoutInSeconds) |
void |
GenericInteractionMethods.verifyWindowIsNotDisplayed(JavaWindow window) |
void |
GenericInteractionMethods.verifyWindowIsNotDisplayed(JavaWindow window,
int timeoutInSecondsForWindowToDisappear) |
| Modifier and Type | Method and Description |
|---|---|
JavaWindow |
JavaGuiElement.getJavaWindow()
Return the JavaWindow this element resides in.
|
| Constructor and Description |
|---|
JavaGuiElement(JavaWindow window,
By by,
String name) |
JavaGuiElement(JavaWindow window,
By by,
String name,
TestCase testCase) |
Copyright © 2019. All rights reserved.