Skip to content

Commit d71fcf4

Browse files
committed
[-] remove uiAutomator locators from selendroid annotations
1 parent 6282ebd commit d71fcf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/appium/java_client/pagefactory/SelendroidFindBy.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
@Retention(RetentionPolicy.RUNTIME)
1717
@Target({ElementType.FIELD, ElementType.TYPE})
1818
public @interface SelendroidFindBy {
19-
String uiAutomator() default "";
20-
String accessibility() default "";
2119
String id() default "";
2220
String name() default "";
2321
String className() default "";

0 commit comments

Comments
 (0)