is there any way to move mouse without click on mac? I tried to use AppleScript to move mouse, but fail。
tell application "Extra Suites"
ES move mouse {200,200}
end tell
error with : expected "given","with","without",other parameter name,etc. but found identifier.
Instead of Extra Suites (which hasn't worked for a while now), consider cliclick (https://www.bluem.net/en/mac/cliclick/).
do shell script "/usr/local/bin/cliclick m:" & "222,333"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With