| Package | Description |
|---|---|
| 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.internal.engine |
| Modifier and Type | Method and Description |
|---|---|
String |
HtmlFileDownloader.downloadFileFromLink(String pageUrl,
HtmlElement linkElement)
Download the file specified in the href attribute of a HtmlElement
|
abstract void |
HtmlElement.dragAndDropTo(HtmlElement targetElement)
Drag and drop an element on top of other element
|
| Modifier and Type | Class and Description |
|---|---|
class |
HiddenHtmlElement
Used to represent generic HTML element (tag).
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiddenHtmlElement.dragAndDropTo(HtmlElement targetElement)
Drag and drop an element on top of other element
|
| Modifier and Type | Class and Description |
|---|---|
class |
RealHtmlElement
Used to represent generic HTML element (tag).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealHtmlElement.dragAndDropTo(HtmlElement targetElement)
Drag and drop an element on top of other element
|
| Modifier and Type | Method and Description |
|---|---|
HtmlElement |
IHtmlEngine.getElement(String mapId) |
HtmlElement |
IHtmlEngine.getElement(UiElementProperties properties) |
Copyright © 2017 Axway Software. All rights reserved.