| Modifier and Type | Method and Description |
|---|---|
static JavaGuiElement |
JavaGuiElementDeclarationManager.createJavaGuiElement(Component component)
Attempts to create a uniquely identifiable JavaGuiElement from the component.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JavaGuiElementDeclarationManager.addJavaGuiElementToDeclaredElementsList(JavaGuiElement javaGuiElement)
The list of declared elements is used for better code generation.
|
static String |
JavaGuiElementDeclarationManager.javaGuiElementAsCodeHtml(JavaGuiElement javaGuiElement)
Creates a HTML representation of the element declaration, for use in HTML or TextPanes.
|
static String |
JavaGuiElementDeclarationManager.javaGuiElementAsCodeString(JavaGuiElement javaGuiElement)
Create a code reprsentation for a JavaGuiElement, to be used in code generation for recordings.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JavaGuiElementDeclarationManager.addJavaGuiElementsToDeclaredElementsList(Collection<JavaGuiElement> javaGuiElements)
The list of declared elements is used for better code generation.
|
| Constructor and Description |
|---|
JavaClictTestStep(JavaGuiElement javaGuiElement) |
JavaTextTypedTestStep(String text,
JavaGuiElement javaGuiElement) |
JavaWriteTestStep(JavaGuiElement javaGuiElement,
String keysPressedUponComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericInteractionMethods.verifyCheckboxSelectionStatus(JavaGuiElement guiElement,
boolean expectedToBeSelected) |
| Modifier and Type | Method and Description |
|---|---|
By |
By.andByBeingDescendantOf(JavaGuiElement ancestorElement) |
static By |
By.byBeingDescendantOf(JavaGuiElement ancestorElement) |
| Modifier and Type | Method and Description |
|---|---|
JavaGuiElement |
JavaGuiElement.getParent()
Returns the parent element of this element.
|
| Modifier and Type | Method and Description |
|---|---|
List<JavaGuiElement> |
JavaGuiElement.getAllElementsInSameContainer()
Returns a list of all the other elements in the same container.
|
ArrayList<JavaGuiElement> |
JavaWindow.getComponentsAsJavaGuiElements()
Collects all sub element of the window and tries converting them to JavaGuiElements and returning that list.
|
ArrayList<JavaGuiElement> |
JavaGuiElement.getSubElements()
Returns the subelements of this element.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JavaWindow.getElementMatchCount(JavaGuiElement javaGuiElement) |
List<Object> |
JavaWindow.getMatchingComponents(JavaGuiElement javaGuiElement) |
Copyright © 2019. All rights reserved.