io.appium.java_client.pagefactory
Annotation Type AndroidFindBys


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface AndroidFindBys

Used to mark a field on a Page Object to indicate that lookup should use a series of @AndroidFindBy tags


Required Element Summary
 AndroidFindBy[] value
           
 

Element Detail

value

public abstract AndroidFindBy[] value


Copyright © 2014. All rights reserved.