Skip to content

Commit

Permalink
feat: fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Sep 18, 2022
1 parent 0bfab8d commit 53e5f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum AndroidSelector {

XPATH("xpath"),

CLASS_CHAIN("-android uiautomator");
UIAUTOMATOR("-android uiautomator");

private final String selector;
AndroidSelector(String selector) {
Expand Down

0 comments on commit 53e5f80

Please sign in to comment.