Last active
March 2, 2024 00:17
-
-
Save lando2319/145cde671fda1553a55dcd9895682e8b to your computer and use it in GitHub Desktop.
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
on run {input, parameters} | |
tell application "Postman" to activate | |
tell application "System Events" | |
keystroke return using command down | |
end tell | |
return input | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment