Necesito rellenar un campo de texto y hacer clic en un botón en Google Chrome
Aquí está mi guión para safari.
tell application "Safari"
## tell window 1 of application "Safari" to set current tab to tab 1
-- Last Name
do JavaScript "document.getElementsByName('0.7.7.7.7.7.5')[0].value=" & quoted form of theProfil & "" in tab 1 of window 1
-- search
delay 0.1
do JavaScript "document.getElementsByName('0.7.7.7.7.1.7')[0].click();" in tab 1 of window 1
¿Cómo puedo usar este (getElementsByName) con Chrome?
saludos.