jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

Msuia: How can I click one of the same buttons? #94

Closed leevyzz closed 8 years ago

leevyzz commented 9 years ago

There are three buttons named "End", they are all enabled and visible, how can I click one of these buttons?

One more question, Does RAutomation support Microsoft Active Accessibility? such as accessibilityLabel on IOS.

Thanks a lot!

leviwilson commented 9 years ago

Rather than using the value of the button, use :id, which would be akin to the accessability label. You can find this by using something like UISpy, Inspect or Visual UIVerify I believe. On Aug 14, 2014 5:49 AM, "leevyzz" notifications@github.com wrote:

There are three buttons named "End", they are all enabled and visible, how can I click one of these buttons?

One more question, Does RAutomation support Microsoft Active Accessibility? such as accessibilityLabel on IOS.

Thanks a lot!

— Reply to this email directly or view it on GitHub https://github.com/jarmo/RAutomation/issues/94.

leevyzz commented 9 years ago

Hmm... I will ask developer add 'id' key and try it again. Thank you.

jarmo commented 8 years ago

Closing this.