tell application "Safari" | |
activate | |
set the bounds of the first window to {0, 0, 1280, 720} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tell application "Safari" | |
activate | |
set the bounds of the first window to {0, 0, 1280, 720} | |
end tell |