Uses of Class
com.axway.ats.uiengine.elements.html.HtmlCheckBox
-
Packages that use HtmlCheckBox 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 HtmlCheckBox in com.axway.ats.uiengine.elements.html.hiddenbrowser
Subclasses of HtmlCheckBox in com.axway.ats.uiengine.elements.html.hiddenbrowser Modifier and Type Class Description classHiddenHtmlCheckBoxAn HTML Check Box -
Uses of HtmlCheckBox in com.axway.ats.uiengine.elements.html.realbrowser
Subclasses of HtmlCheckBox in com.axway.ats.uiengine.elements.html.realbrowser Modifier and Type Class Description classRealHtmlCheckBoxAn HTML Check Box -
Uses of HtmlCheckBox in com.axway.ats.uiengine.internal.engine
Methods in com.axway.ats.uiengine.internal.engine that return HtmlCheckBox Modifier and Type Method Description HtmlCheckBoxIHtmlEngine. getCheckBox(UiElementProperties properties)HtmlCheckBoxIHtmlEngine. getCheckBox(String mapId)
-