Uses of Class
com.axway.ats.uiengine.elements.html.HtmlTextBox
-
Packages that use HtmlTextBox Package Description 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 HtmlTextBox in com.axway.ats.uiengine.elements.html.hiddenbrowser
Subclasses of HtmlTextBox in com.axway.ats.uiengine.elements.html.hiddenbrowser Modifier and Type Class Description classHiddenHtmlTextBoxAn HTML Text Box -
Uses of HtmlTextBox in com.axway.ats.uiengine.elements.html.realbrowser
Subclasses of HtmlTextBox in com.axway.ats.uiengine.elements.html.realbrowser Modifier and Type Class Description classRealHtmlTextBoxAn HTML Text Box -
Uses of HtmlTextBox in com.axway.ats.uiengine.internal.engine
Methods in com.axway.ats.uiengine.internal.engine that return HtmlTextBox Modifier and Type Method Description HtmlTextBoxIHtmlEngine. getTextBox(UiElementProperties properties)HtmlTextBoxIHtmlEngine. getTextBox(String mapId)
-