Class MobileLabel
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.mobile.MobileElement<MobileLabel>
-
- com.axway.ats.uiengine.elements.mobile.MobileLabel
-
public class MobileLabel extends MobileElement<MobileLabel>
An Mobile element representing non-form text element. 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 MobileLabel(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
-
MobileLabel
public MobileLabel(UiDriver uiDriver, UiElementProperties properties)
-
-