@Deprecated @Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) @Repeatable(value=WindowsFindBySet.class) public @interface WindowsFindBy
PageFactory
this allows users to quickly and easily create PageObjects.
using Windows automation selectors, accessibility, id, name, class name, tag and xpathModifier and Type | Optional Element and Description |
---|---|
java.lang.String |
accessibility
Deprecated.
It an UI automation accessibility Id which is a convenient to Windows.
|
java.lang.String |
className
Deprecated.
It is a className of the target element.
|
java.lang.String |
id
Deprecated.
It is an id of the target element.
|
int |
priority
Deprecated.
Priority of the searching.
|
java.lang.String |
tagName
Deprecated.
It is a desired element tag.
|
java.lang.String |
windowsAutomation
Deprecated.
It is a Windows automator string.
|
java.lang.String |
xpath
Deprecated.
It is a xpath to the target element.
|
public abstract java.lang.String windowsAutomation
public abstract java.lang.String accessibility
public abstract java.lang.String id
public abstract java.lang.String className
public abstract java.lang.String tagName