Last active
December 3, 2015 18:04
-
-
Save komkanit/e6795c7cdaa7785beddd to your computer and use it in GitHub Desktop.
auto click web eassess.ku
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
var n = 13; | |
for(var i=1 ; i<=n ; i++){ | |
var id = "#choice"+i+"-5"; | |
$(id).click(true); | |
} | |
var x = document.getElementsByName("OK"); | |
x[0].click(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment