C'è un modo per eseguire un Javascript usando AppleScript
qui c'è il JS:
javascript:Array.from(document.getElementsByClassName('action-button')).forEach(function(v){v.removeAttribute("disabled");});
Ho provato questo
tell application "Google Chrome"
tell tab 2 of window 1 to set RemoveBtRestriction to execute javascript "javascript:Array.from(document.getElementsByClassName('action-button')).forEach(function(v){v.removeAttribute("disabled");});"
end tell
ma restituisce l'errore "La fine della linea prevista ma l'identificatore trovato"