Skip to content

Commit

Permalink
Improve example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmilano committed Oct 31, 2022
1 parent cd573f4 commit ced8b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/helper/find-object
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ from com.dtmilano.android.viewclient import ViewClient

helper = ViewClient.view_client_helper(kato=True)

# Let's assume with have Calculator on top (you can launch it if not).
# This selector has an intentional mistake, instead of "plus" in the description we say "add"
# to see if kato would be able to correct it and find the view.
body = {'checkable': False, 'checked': False, 'clazz': 'android.widget.ImageButton', 'clickable': True, 'depth': None,
Expand Down

0 comments on commit ced8b63

Please sign in to comment.