Advertisement
Guest User

Untitled

a guest
May 28th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. repeat 10 times
  2. tell application "Google Chrome"
  3. close windows
  4. delay 1
  5. make new window with properties {mode:"incognito"}
  6. activate
  7. open location "http://www.9news.com.au/national/2015/05/26/17/46/labor-leader-introduces-bill-on-same-sex-marriage"
  8. delay 2
  9. execute front window's active tab javascript "window.scrollTo(0, 1500);$('[value=\"Yes\"]').click();"
  10. delay 1
  11. end tell
  12. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement