Uses of Class
com.axway.ats.uiengine.elements.html.HtmlElement
-
Packages that use HtmlElement 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 -
-
Uses of HtmlElement in com.axway.ats.uiengine.elements.html
Methods in com.axway.ats.uiengine.elements.html with parameters of type HtmlElement Modifier and Type Method Description StringHtmlFileDownloader. downloadFileFromLink(String pageUrl, HtmlElement linkElement)Download the file specified in the href attribute of a HtmlElementabstract voidHtmlElement. dragAndDropTo(HtmlElement targetElement)Drag and drop an element on top of other element -
Uses of HtmlElement in com.axway.ats.uiengine.elements.html.hiddenbrowser
Subclasses of HtmlElement in com.axway.ats.uiengine.elements.html.hiddenbrowser Modifier and Type Class Description classHiddenHtmlElementUsed to represent generic HTML element (tag).Methods in com.axway.ats.uiengine.elements.html.hiddenbrowser with parameters of type HtmlElement Modifier and Type Method Description voidHiddenHtmlElement. dragAndDropTo(HtmlElement targetElement)Drag and drop an element on top of other element -
Uses of HtmlElement in com.axway.ats.uiengine.elements.html.realbrowser
Subclasses of HtmlElement in com.axway.ats.uiengine.elements.html.realbrowser Modifier and Type Class Description classRealHtmlElementUsed to represent generic HTML element (tag).Methods in com.axway.ats.uiengine.elements.html.realbrowser with parameters of type HtmlElement Modifier and Type Method Description voidRealHtmlElement. dragAndDropTo(HtmlElement targetElement)Drag and drop an element on top of other element -
Uses of HtmlElement in com.axway.ats.uiengine.internal.engine
Methods in com.axway.ats.uiengine.internal.engine that return HtmlElement Modifier and Type Method Description HtmlElementIHtmlEngine. getElement(UiElementProperties properties)HtmlElementIHtmlEngine. getElement(String mapId)
-