Class MobileButton
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.mobile.MobileElement<MobileButton>
-
- com.axway.ats.uiengine.elements.mobile.MobileButton
-
public class MobileButton extends MobileElement<MobileButton>
An Mobile Button (native or HTML one)Can be identified by:
- id
- name
- text - the exact text that element displays
- partialText - some part of the text that element displays
- xpath
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description MobileButton(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
-
Methods inherited from class com.axway.ats.uiengine.elements.mobile.MobileElement
click, clickIfExists, getAttributeValue, getTextContent, scrollTo
-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
MobileButton
public MobileButton(UiDriver uiDriver, UiElementProperties properties)
-
-