Created
November 10, 2020 12:02
-
-
Save dmnsgn/e0e0d4ad68c36dc423d459ba9193f364 to your computer and use it in GitHub Desktop.
Resize the current front macOS window of an application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Google Chrome" | |
set bounds of front window to {0, 0, 1440, 900} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment