Tengo mi script funcionando parcialmente. Estoy usando AppleScript para interacciones de script con cromo.
set textToSave to "Text"
tell application "Google Chrome"
execute front window's tab 1 javascript "document.getElementsByName('0.9.7.1.5.0.4.1.3')[0].click();"
delay 0.1
-
Si entro por ejemplo a un textToSave de línea múltiple
" here blabla bla"
entonces tengo ningún texto y--> a falta de valor
-
Es necesario establecer un campo emergente antes de esta secuencia de comandos, aquí está el código HTML para
<select id="PaymentEnSelection" name="0.9.7.1.5.9.4.1.9"> <option selected="selected" value="0">Enabled</option> <option value="1">Disabled</option></select>
y otro:
<select name="0.9.7.1.9.0.4.1.9.0.2.1.3.7.3.9.3.1"><option value="NoSelectionString">Please select a reason</option> <option value="0">R1</option> <option value="1">& Review </option> <option value="2">Chart</option> <option value="3">R3</option>