Skip to content

Instantly share code, notes, and snippets.

@anvanvan
Created November 20, 2023 00:12
Show Gist options
  • Save anvanvan/6a256d54804e5c5a3e6ec356ba0bb792 to your computer and use it in GitHub Desktop.
Save anvanvan/6a256d54804e5c5a3e6ec356ba0bb792 to your computer and use it in GitHub Desktop.
Creates a new Safari window and bring it to the foreground
tell application "Safari"
make new document
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment