| Package | Description |
|---|---|
| com.axway.ats.uiengine.elements | |
| com.axway.ats.uiengine.elements.html | |
| com.axway.ats.uiengine.elements.html.hiddenbrowser |
UI elements of HTML/javascript application when tested using a hidden(headless) browser.
|
| com.axway.ats.uiengine.elements.html.realbrowser |
UI elements of HTML/javascript application when tested using a real browser.
|
| com.axway.ats.uiengine.elements.mobile |
UI elements of Mobile application.
|
| com.axway.ats.uiengine.elements.swing |
UI elements of Swing application.
|
| com.axway.ats.uiengine.engine | |
| com.axway.ats.uiengine.exceptions | |
| com.axway.ats.uiengine.internal.engine | |
| com.axway.ats.uiengine.utilities.hiddenbrowser |
Utility classes for a hidden(headless) browser when testing HTML/javascript application.
|
| com.axway.ats.uiengine.utilities.mobile |
Utility classes for a mobile browser.
|
| com.axway.ats.uiengine.utilities.realbrowser.html |
Utility classes for a real browser when testing HTML/javascript application.
|
| com.axway.ats.uiengine.utilities.swing |
Utility classes for a Swing browser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiAlert
An Alert.
|
class |
UiButton
A Button
|
class |
UiCheckBox
A Check Box
|
class |
UiComboBox
A Combo Box
|
class |
UiConfirm
JavaScript Confirm.
|
class |
UiFileBrowse
Html File Browse
|
class |
UiLink
A Link
|
class |
UiMultiSelectList
A MultiSelectList
|
class |
UiPrompt
JavaScript Prompt.
|
class |
UiRadioButton
A Radio Button
|
class |
UiRadioList
A Radio List
|
class |
UiSingleSelectList
A SingleSelectList
|
class |
UiTable
A Table
|
class |
UiTextArea
A Text Area that can be edited
|
class |
UiTextBox
A Text Box that can be edited
|
class |
UiTree
A Tree
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlAlert
An HTML Alert.
|
class |
HtmlButton
An HTML Button
|
class |
HtmlCheckBox
An HTML Check Box
|
class |
HtmlComboBox
An HTML Combo Box
|
class |
HtmlConfirm
JavaScript Confirm.
|
class |
HtmlElement
Used to represent generic HTML element (tag).
|
class |
HtmlFileBrowse
Html File Browse
|
class |
HtmlLink
An HTML Link
|
class |
HtmlMultiSelectList
An HTML MultiSelectList
|
class |
HtmlPrompt
JavaScript Prompt.
|
class |
HtmlRadioList
An Html Radio List
|
class |
HtmlSingleSelectList
An Html SingleSelectList
|
class |
HtmlTable
An Html Table
|
class |
HtmlTextArea
An HTML Text Area that can be edited
|
class |
HtmlTextBox
An HTML Text Box that can be edited
|
class |
HtmlTree
An HTML Tree
|
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlNavigator.navigateToFrame(org.openqa.selenium.WebDriver webDriver,
UiElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
HiddenHtmlAlert
An HTML Alert
|
class |
HiddenHtmlButton
An HTML Button
|
class |
HiddenHtmlCheckBox
An HTML Check Box
|
class |
HiddenHtmlConfirm
An HTML Prompt
|
class |
HiddenHtmlElement
Used to represent generic HTML element (tag).
|
class |
HiddenHtmlFileBrowse
An HTML File Select Button
|
class |
HiddenHtmlLink
An HTML Link
|
class |
HiddenHtmlMultiSelectList
A Multiple Selection HTML list
|
class |
HiddenHtmlPrompt
An HTML Prompt
|
class |
HiddenHtmlRadioList
A list of HTML Radio Buttons with same name.
|
class |
HiddenHtmlSingleSelectList
A Single Selection HTML list
|
class |
HiddenHtmlTable
An HTML Table
|
class |
HiddenHtmlTextArea
An HTML Text Area.
|
class |
HiddenHtmlTextBox
An HTML Text Box
|
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.htmlunit.HtmlUnitWebElement |
HiddenHtmlElementLocator.findElement(UiElement uiElement) |
static org.openqa.selenium.htmlunit.HtmlUnitWebElement |
HiddenHtmlElementLocator.findElement(UiElement uiElement,
String xpathSuffix,
boolean verbose) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealHtmlAlert
An HTML Alert
|
class |
RealHtmlButton
An HTML Button
|
class |
RealHtmlCheckBox
An HTML Check Box
|
class |
RealHtmlConfirm
An HTML Confirm
|
class |
RealHtmlElement
Used to represent generic HTML element (tag).
|
class |
RealHtmlFileBrowse
An HTML File Select Button
|
class |
RealHtmlLink
An HTML Link
|
class |
RealHtmlMultiSelectList
A Multiple Selection HTML list
|
class |
RealHtmlPrompt
An HTML Prompt
|
class |
RealHtmlRadioList
A list of HTML Radio Buttons with same name.
|
class |
RealHtmlSingleSelectList
A Single Selection HTML list
|
class |
RealHtmlTable
An HTML Table
|
class |
RealHtmlTextArea
An HTML Text Area.
|
class |
RealHtmlTextBox
An HTML Text Box
|
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebElement |
RealHtmlElementLocator.findElement(UiElement uiElement) |
static org.openqa.selenium.WebElement |
RealHtmlElementLocator.findElement(UiElement uiElement,
String xpathSuffix,
boolean verbose) |
static List<org.openqa.selenium.WebElement> |
RealHtmlElementLocator.findElements(UiElement uiElement) |
static List<org.openqa.selenium.WebElement> |
RealHtmlElementLocator.findElements(UiElement uiElement,
String xpathSuffix,
boolean verbose) |
| Modifier and Type | Class and Description |
|---|---|
class |
MobileButton
An Mobile Button (native or HTML one)
|
class |
MobileCheckBox
A mobile Check Box element - native or HTML one
|
class |
MobileElement<T>
An Mobile element.
|
class |
MobileLabel
An Mobile element representing non-form text element.
|
class |
MobileLink
An mobile element link - native or HTML
|
class |
MobileTextBox
A single line mobile Text Box element - native or HTML one
|
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebElement |
MobileElementFinder.findElement(io.appium.java_client.AppiumDriver<?> driver,
UiElement uiElement) |
static String |
MobileElementFinder.getElementContext(UiElement uiElement) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwingButton
A Swing Button
|
class |
SwingCheckBox
A Swing Check Box
|
class |
SwingComboBox
A Swing ComboBox
|
class |
SwingComponent
Provide generic access to AWT/Swing components
Using this class is recommended only when other similar classes in this package do not provide suitable methods. |
class |
SwingFileBrowse
A Swing File Chooser
|
class |
SwingLabel
A Swing Label
|
class |
SwingMenuItem
A Swing Menu Item
|
class |
SwingMultiSelectList
A Multiple Selection Swing List
|
class |
SwingOptionPane
A Swing Option Pane
|
class |
SwingPopupMenu
A Swing PopupMenu
|
class |
SwingRadioButton
A Swing Radio Button
|
class |
SwingSingleSelectList
A Single Selection Swing List
|
class |
SwingSpinner
A Swing Spinner
|
class |
SwingTabbedPane
A Swing TabbedPane
|
class |
SwingTable
A Swing Table
|
class |
SwingTextArea
A Swing Text Area/Field
|
class |
SwingToggleButton
A Swing Toggle Button
|
class |
SwingTree
A Swing Tree
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<? extends UiElement>,Class<? extends Component>> |
SwingElementLocator.componentsMap |
| Modifier and Type | Method and Description |
|---|---|
static org.fest.swing.fixture.ComponentFixture<? extends Component> |
SwingElementLocator.findFixture(UiElement uiElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHtmlEngine.fireEvent(UiElement element,
String eventName)
Explicitly simulate an event, to trigger the corresponding "onevent" handler.
|
MobileElementState |
MobileEngine.getUtilsElementState(UiElement uiElement)
Check element state
|
HiddenHtmlElementState |
HiddenHtmlEngine.getUtilsElementState(UiElement uiElement) |
RealHtmlElementState |
RealHtmlEngine.getUtilsElementState(UiElement uiElement) |
SwingElementState |
SwingEngine.getUtilsElementState(UiElement uiElement) |
| Constructor and Description |
|---|
MobileOperationException(UiElement uiElement,
String failedCommand,
Exception internalException) |
SeleniumOperationException(UiElement uiElement,
String failedCommand,
Exception internalSeleniumException) |
UiElementException(String message,
UiElement uiElement) |
VerifyEqualityException(String expectedValue,
String actualValue,
UiElement uiElement) |
VerifyEqualityException(String expectedValue,
UiElement uiElement) |
VerifyNotEqualityException(String notExpectedValue,
UiElement uiElement) |
| Modifier and Type | Method and Description |
|---|---|
IHtmlElementState |
IHtmlEngine.getUtilsElementState(UiElement uiElement) |
| Constructor and Description |
|---|
HiddenHtmlElementState(UiElement uiElement) |
| Constructor and Description |
|---|
MobileElementState(UiElement uiElement) |
| Constructor and Description |
|---|
RealHtmlElementState(UiElement uiElement) |
| Constructor and Description |
|---|
SwingElementState(UiElement uiElement) |
Copyright © 2017 Axway Software. All rights reserved.