Guest User

Untitled

a guest
Nov 1st, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "Google Chrome"
  2. activate
  3. end tell
  4.  
  5. tell application "System Events"
  6. tell process "Google Chrome"
  7. tell menu bar 1
  8. tell menu bar item "File"
  9. tell menu "File"
  10. click menu item "New Incognito Window"
  11. end tell
  12. end tell
  13.  
  14. tell menu bar item "Window"
  15. tell menu "Window"
  16. click menu item "Google"
  17. end tell
  18. end tell
  19.  
  20. tell menu bar item "File"
  21. tell menu "File"
  22. click menu item "Close Window"
  23. end tell
  24. end tell
  25.  
  26. end tell
  27. end tell
  28. end tell
Add Comment
Please, Sign In to add comment