A couple of questions about automating on a Mac

Joined
Feb 24, 2023
Messages
2
Reaction score
0
I have been writing scripts in AutoIT for windows based systems and now I need to duplicate those scripts for use on Macs (M1 and M2). AutoIT is windows only so that will not work. I haven't written scripts for Macs before.

I need to be able to retrieve basic system information, create a simple UI for the script, open apps, manipulate the UI by sending keystrokes and/or mouse clicks, get start and end times for tasks performed (I was able to detect the end of a task on Windows system by checking pixel changes on the screen), and output times and system info to a CSV file.

Is Applescript a good tool for this? Should I look into Python or something else? Any recommendations would be helpful.
 

Cory Cooper

Moderator
Joined
May 19, 2004
Messages
11,106
Reaction score
497
Hello and welcome.

That is far beyond my limited experience with AppleScript/Automator. Maybe another member will chime in, or you can try the folks over at MacScripter.

C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top