Skip to content

Instantly share code, notes, and snippets.

@akrnmd
Last active October 3, 2020 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrnmd/ca9f2e239903ffb0bcc43840a915c804 to your computer and use it in GitHub Desktop.
Save akrnmd/ca9f2e239903ffb0bcc43840a915c804 to your computer and use it in GitHub Desktop.
Use the tab key to move the focus and count the number of buttons on the web's continuous form. #SenseTalk #eggplant
put 0 into MyCounter
TypeText tab
repeat while ImageFound(3, "[target image name on focus]")
TypeText tab
put 1 + MyCounter into MyCounter
end repeat
log MyCounter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment