Created
September 13, 2017 04:21
-
-
Save tonyciou/e42890cc0819ff821e6df4bba80e7111 to your computer and use it in GitHub Desktop.
kktix-get-ticket.js
This file contains hidden or 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
$('span.ticket-quantity.ng-scope button.btn-default.plus')[0].click(); | |
$('#person_agree_terms').click(); | |
$('button.btn.btn-lg.ng-isolate-scope').click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment