public interface IHtmlEngine
IHtmlElementState getUtilsElementState(UiElement uiElement)
uiElement - the element to work withHtmlTextBox getTextBox(String mapId)
mapId - the element's map idHtmlTextBox getTextBox(UiElementProperties properties)
properties - properties describing this elementHtmlTextArea getTextArea(String mapId)
mapId - the element's map idHtmlTextArea getTextArea(UiElementProperties properties)
properties - properties describing this elementHtmlCheckBox getCheckBox(String mapId)
mapId - the element's map idHtmlCheckBox getCheckBox(UiElementProperties properties)
properties - properties describing this elementHtmlButton getButton(String mapId)
mapId - the element's map idHtmlButton getButton(UiElementProperties properties)
properties - properties describing this elementHtmlLink getLink(String mapId)
mapId - the element's map idHtmlLink getLink(UiElementProperties properties)
properties - properties describing this elementHtmlSingleSelectList getSingleSelectList(String mapId)
mapId - the element's map idHtmlSingleSelectList getSingleSelectList(UiElementProperties properties)
properties - properties describing this elementHtmlMultiSelectList getMultiSelectList(String mapId)
mapId - the element's map idHtmlMultiSelectList getMultiSelectList(UiElementProperties properties)
properties - properties describing this elementHtmlRadioList getRadioList(String mapId)
mapId - the element's map idHtmlRadioList getRadioList(UiElementProperties properties)
properties - properties describing this elementHtmlFileBrowse getFileBrowse(String mapId)
mapId - the element's map idHtmlFileBrowse getFileBrowse(UiElementProperties properties)
properties - properties describing this elementHtmlTable getTable(String mapId)
mapId - the element's map idHtmlTable getTable(UiElementProperties properties)
properties - properties describing this elementHtmlElement getElement(String mapId)
mapId - the element's map idHtmlElement getElement(UiElementProperties properties)
properties - properties describing this elementHtmlAlert expectAlert()
HtmlPrompt expectPrompt()
HtmlConfirm expectConfirm()
Copyright © 2017 Axway Software. All rights reserved.