Created
August 10, 2022 06:33
-
-
Save sfreek76/fe500add76dda45c68cdbe2a9a0f0840 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "System Events" | |
click at {100, 200} | |
delay 1 | |
keystroke "mypassword" | |
delay 1 | |
keystroke return | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I would like to unlock mac OS Montereys lock screen with the script above.
It works so far but it won't fill my password in, it only strokes the return key. Unfortunately I'm no programmer so I would appreciate any help on this...
Many thanks in advance!