Hi everyone. I am trying to run an AppleScript via crontab on a schedule, each work day at 8:45 am. The script runs flawlessly from Script Debugger, however it fails when activated by cron and only runs up to opening Safari and logging into the correct website.
HELP! I don’t want to kick this off everyday on my own. I am open to suggestion if there is a better way to run this.
Here is all the stuff I think might be relevant:
-
System Preferences - Security & Privacy
I have cron added to Full Disk Access and Accessibility
I have tried to set this same thing up to run an AppleScript application - no joy. -
crontab
45 8 * * 1-5 osascript /Applications/Scripts/thescript.scpt