Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. write_string("-----=====")
  2.  
  3. on write_string(the_string)
  4. tell application "Firefox" to activate
  5. open location "https://goo.gl/maps/s8Z3kAhJNUi5ovPv8"
  6. delay 10
  7. tell application "System Events"
  8. tell application "Firefox" to activate
  9. repeat with the_character in the_string
  10. keystroke the_character
  11. delay 0.5
  12. end repeat
  13. end tell
  14. end write_string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement