Last active
December 18, 2015 08:29
-
-
Save wearhere/5754942 to your computer and use it in GitHub Desktop.
Identify a button labeled "$1.99" using Subliminal. Contrast https://gist.github.com/wearhere/5754939. http://inkling.github.io/Subliminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SLButton *buyButton = [SLButton elementWithAccessibilityLabel:@"$1.99"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment