Come possiamo aggiungere più testo di linea in Chrome usando document.getElementsByClassName? Non ho alcun problema quando si tratta di una sola riga, ma ne ho più di una ho invece un valore mancante
set myCaseNote to "MULTIPLE
LINE
TEXT
HERE"
tell application "Google Chrome"
tell tab 3 of window 1 to set RemoveBtRestriction to execute javascript ¬
" document.getElementsByClassName('text-entry')[1].value=" & quoted form of myCaseNote & ""
end tell
Result: missing value