Guest User

Untitled

a guest
May 29th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. tell application "Safari"
  2. tell window 1 to make new tab
  3. open location "site.com"
  4. end tell
  5.  
  6. delay 1.5
  7.  
  8. tell application "System Events"
  9. delay 1
  10. keystroke "l" using command down
  11. delay 1
  12. -- arrow press
  13. keystroke "v" using command down
  14. -- enter press
  15.  
  16. end tell
Add Comment
Please, Sign In to add comment