@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface iOSFindBy
PageFactory
this allows users to quickly and easily create PageObjects.
using iOS UI selectors, accessibility, id, name, class name, tag and xpathModifier and Type | Optional Element and Description |
---|---|
String |
accessibility
It an UI automation accessibility Id which is a convenient to iOS.
|
String |
className
It is a name of a type/class of the target element.
|
String |
id
It is an id of the target element.
|
String |
tagName
It is a desired element tag.
|
String |
uiAutomator
It is is iOS UIAutomation string.
|
String |
xpath
It is a xpath to the target element.
|
public abstract String uiAutomator
public abstract String accessibility
public abstract String id
public abstract String className
public abstract String tagName
public abstract String xpath
Copyright © 2016. All rights reserved.