I’m working on using the Bome MIDI Translator Pro to click through a website. The AppleScript looks right but I keep getting this error ever time I test:
I have enabled the ‘Allow Javascript from Apple Events’ in Safari and Bome has full disk access. This is a copy of the script:
tell application ‘Safari’
do JavaScript ‘document.getElementsByClassName(“LiveController-action LiveController-action–next”, 0)[0].click();’ in document 1
end tell