Annotation Type iOSBy
-
public @interface iOSBy
Used to build a complex iOS automation locator.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
accessibility
It an UI automation accessibility Id which is a convenient to iOS.java.lang.String
className
It is a name of a type/class of the target element.java.lang.String
id
It is an id of the target element.int
priority
Priority of the searching.java.lang.String
tagName
It is a desired element tag.java.lang.String
uiAutomator
It is an iOS UIAutomation string.java.lang.String
xpath
It is a xpath to the target element.
-
-
-
-
accessibility
java.lang.String accessibility
It an UI automation accessibility Id which is a convenient to iOS. About iOS accessibility See UIAccessibilityIdentification- Returns:
- an UI automation accessibility Id
- Default:
- ""
-
-