Question
Execute JavaScript in Photoshop CC 2019 via Applescript
Hello,
I am new to applescript and was wondering if there is a way to execute the Image Processor javascript via applescript.Image Processor is a javascript where you need to press the Run button in order to execute it. The current code I have doesn't do the trick:
tell application "Adobe Photoshop CC 2019"
activate
do javascript (file "Macintosh HD:Applications:Adobe Photoshop CC 2019:Presets:Scripts:Image Processor.jsx")
delay 10
tell application "System Events" to click at {1550, 450}
end tell
I had a look at the following post but it didn't fully answer my question.
