Uses of Class
com.axway.ats.uiengine.elements.UiElement
-
Packages that use UiElement Package Description com.axway.ats.uiengine.elements 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.elements.mobile UI elements of Mobile application.com.axway.ats.uiengine.elements.swing UI elements of Swing application.com.axway.ats.uiengine.engine com.axway.ats.uiengine.exceptions com.axway.ats.uiengine.internal.engine com.axway.ats.uiengine.utilities.hiddenbrowser Utility classes for a hidden(headless) browser when testing HTML/javascript application.com.axway.ats.uiengine.utilities.mobile Utility classes for a mobile browser.com.axway.ats.uiengine.utilities.realbrowser.html Utility classes for a real browser when testing HTML/javascript application.com.axway.ats.uiengine.utilities.swing Utility classes for a Swing browser. -
-
Uses of UiElement in com.axway.ats.uiengine.elements
Subclasses of UiElement in com.axway.ats.uiengine.elements Modifier and Type Class Description classUiAlertAn Alert.classUiButtonA ButtonclassUiCheckBoxA Check BoxclassUiComboBoxA Combo BoxclassUiConfirmJavaScript Confirm.classUiFileBrowseHtml File BrowseclassUiLinkA LinkclassUiMultiSelectListA MultiSelectListclassUiPromptJavaScript Prompt.classUiRadioButtonA Radio ButtonclassUiRadioListA Radio ListclassUiSingleSelectListA SingleSelectListclassUiTableA TableclassUiTextAreaA Text Area that can be editedclassUiTextBoxA Text Box that can be editedclassUiTreeA Tree -
Uses of UiElement in com.axway.ats.uiengine.elements.html
Subclasses of UiElement in com.axway.ats.uiengine.elements.html Modifier and Type Class Description classHtmlAlertAn HTML Alert.classHtmlButtonAn HTML ButtonclassHtmlCheckBoxAn HTML Check BoxclassHtmlComboBoxAn HTML Combo BoxclassHtmlConfirmJavaScript Confirm.classHtmlElementUsed to represent generic HTML element (tag).classHtmlFileBrowseHtml File BrowseclassHtmlLinkAn HTML LinkclassHtmlMultiSelectListAn HTML MultiSelectListclassHtmlPromptJavaScript Prompt.classHtmlRadioListAn Html Radio ListclassHtmlSingleSelectListAn Html SingleSelectListclassHtmlTableAn Html TableclassHtmlTextAreaAn HTML Text Area that can be editedclassHtmlTextBoxAn HTML Text Box that can be editedclassHtmlTreeAn HTML TreeMethods in com.axway.ats.uiengine.elements.html with parameters of type UiElement Modifier and Type Method Description voidHtmlNavigator. navigateToFrame(org.openqa.selenium.WebDriver webDriver, UiElement element) -
Uses of UiElement in com.axway.ats.uiengine.elements.html.hiddenbrowser
Subclasses of UiElement in com.axway.ats.uiengine.elements.html.hiddenbrowser Modifier and Type Class Description classHiddenHtmlAlertAn HTML AlertclassHiddenHtmlButtonAn HTML ButtonclassHiddenHtmlCheckBoxAn HTML Check BoxclassHiddenHtmlConfirmAn HTML PromptclassHiddenHtmlElementUsed to represent generic HTML element (tag).classHiddenHtmlFileBrowseAn HTML File Select ButtonclassHiddenHtmlLinkAn HTML LinkclassHiddenHtmlMultiSelectListA Multiple Selection HTML listclassHiddenHtmlPromptAn HTML PromptclassHiddenHtmlRadioListA list of HTML Radio Buttons with same name.classHiddenHtmlSingleSelectListA Single Selection HTML listclassHiddenHtmlTableAn HTML TableclassHiddenHtmlTextAreaAn HTML Text Area.classHiddenHtmlTextBoxAn HTML Text BoxMethods in com.axway.ats.uiengine.elements.html.hiddenbrowser with parameters of type UiElement Modifier and Type Method Description static org.openqa.selenium.htmlunit.HtmlUnitWebElementHiddenHtmlElementLocator. findElement(UiElement uiElement)static org.openqa.selenium.htmlunit.HtmlUnitWebElementHiddenHtmlElementLocator. findElement(UiElement uiElement, String xpathSuffix, boolean verbose) -
Uses of UiElement in com.axway.ats.uiengine.elements.html.realbrowser
Subclasses of UiElement in com.axway.ats.uiengine.elements.html.realbrowser Modifier and Type Class Description classRealHtmlAlertAn HTML AlertclassRealHtmlButtonAn HTML ButtonclassRealHtmlCheckBoxAn HTML Check BoxclassRealHtmlConfirmAn HTML ConfirmclassRealHtmlElementUsed to represent generic HTML element (tag).classRealHtmlFileBrowseAn HTML File Select ButtonclassRealHtmlLinkAn HTML LinkclassRealHtmlMultiSelectListA Multiple Selection HTML listclassRealHtmlPromptAn HTML PromptclassRealHtmlRadioListA list of HTML Radio Buttons with same name.classRealHtmlSingleSelectListA Single Selection HTML listclassRealHtmlTableAn HTML TableclassRealHtmlTextAreaAn HTML Text Area.classRealHtmlTextBoxAn HTML Text BoxMethods in com.axway.ats.uiengine.elements.html.realbrowser with parameters of type UiElement Modifier and Type Method Description static org.openqa.selenium.WebElementRealHtmlElementLocator. findElement(UiElement uiElement)static org.openqa.selenium.WebElementRealHtmlElementLocator. findElement(UiElement uiElement, String xpathSuffix, boolean verbose)static List<org.openqa.selenium.WebElement>RealHtmlElementLocator. findElements(UiElement uiElement)static List<org.openqa.selenium.WebElement>RealHtmlElementLocator. findElements(UiElement uiElement, String xpathSuffix, boolean verbose) -
Uses of UiElement in com.axway.ats.uiengine.elements.mobile
Subclasses of UiElement in com.axway.ats.uiengine.elements.mobile Modifier and Type Class Description classMobileButtonAn Mobile Button (native or HTML one)classMobileCheckBoxA mobile Check Box element - native or HTML oneclassMobileElement<T>An Mobile element.classMobileLabelAn Mobile element representing non-form text element.classMobileLinkAn mobile element link - native or HTMLclassMobileTextBoxA single line mobile Text Box element - native or HTML oneMethods in com.axway.ats.uiengine.elements.mobile with parameters of type UiElement Modifier and Type Method Description static org.openqa.selenium.WebElementMobileElementFinder. findElement(io.appium.java_client.AppiumDriver<?> driver, UiElement uiElement)static StringMobileElementFinder. getElementContext(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.elements.swing
Subclasses of UiElement in com.axway.ats.uiengine.elements.swing Modifier and Type Class Description classSwingButtonA Swing ButtonclassSwingCheckBoxA Swing Check BoxclassSwingComboBoxA Swing ComboBoxclassSwingComponentProvide generic access to AWT/Swing components
Using this class is recommended only when other similar classes in this package do not provide suitable methods.classSwingFileBrowseA Swing File ChooserclassSwingLabelA Swing LabelclassSwingMenuItemA Swing Menu ItemclassSwingMultiSelectListA Multiple Selection Swing ListclassSwingOptionPaneA Swing Option PaneclassSwingPopupMenuA Swing PopupMenuclassSwingRadioButtonA Swing Radio ButtonclassSwingSingleSelectListA Single Selection Swing ListclassSwingSpinnerA Swing SpinnerclassSwingTabbedPaneA Swing TabbedPaneclassSwingTableA Swing TableclassSwingTextAreaA Swing Text Area/FieldclassSwingToggleButtonA Swing Toggle ButtonclassSwingTreeA Swing TreeFields in com.axway.ats.uiengine.elements.swing with type parameters of type UiElement Modifier and Type Field Description static Map<Class<? extends UiElement>,Class<? extends Component>>SwingElementLocator. componentsMapMethods in com.axway.ats.uiengine.elements.swing with parameters of type UiElement Modifier and Type Method Description static org.fest.swing.fixture.ComponentFixture<? extends Component>SwingElementLocator. findFixture(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.engine
Methods in com.axway.ats.uiengine.engine with parameters of type UiElement Modifier and Type Method Description voidAbstractHtmlEngine. fireEvent(UiElement element, String eventName)Explicitly simulate an event, to trigger the corresponding "onevent" handler.HiddenHtmlElementStateHiddenHtmlEngine. getUtilsElementState(UiElement uiElement)MobileElementStateMobileEngine. getUtilsElementState(UiElement uiElement)Check element stateRealHtmlElementStateRealHtmlEngine. getUtilsElementState(UiElement uiElement)SwingElementStateSwingEngine. getUtilsElementState(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.exceptions
Constructors in com.axway.ats.uiengine.exceptions with parameters of type UiElement Constructor Description MobileOperationException(UiElement uiElement, String failedCommand, Exception internalException)SeleniumOperationException(UiElement uiElement, String failedCommand, Exception internalSeleniumException)UiElementException(String message, UiElement uiElement)VerifyEqualityException(String expectedValue, UiElement uiElement)VerifyEqualityException(String expectedValue, String actualValue, UiElement uiElement)VerifyNotEqualityException(String notExpectedValue, UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.internal.engine
Methods in com.axway.ats.uiengine.internal.engine with parameters of type UiElement Modifier and Type Method Description IHtmlElementStateIHtmlEngine. getUtilsElementState(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.utilities.hiddenbrowser
Constructors in com.axway.ats.uiengine.utilities.hiddenbrowser with parameters of type UiElement Constructor Description HiddenHtmlElementState(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.utilities.mobile
Constructors in com.axway.ats.uiengine.utilities.mobile with parameters of type UiElement Constructor Description MobileElementState(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.utilities.realbrowser.html
Constructors in com.axway.ats.uiengine.utilities.realbrowser.html with parameters of type UiElement Constructor Description RealHtmlElementState(UiElement uiElement) -
Uses of UiElement in com.axway.ats.uiengine.utilities.swing
Constructors in com.axway.ats.uiengine.utilities.swing with parameters of type UiElement Constructor Description SwingElementState(UiElement uiElement)
-