Applescript and javascript document.querySelectorTodo clic en un enlace

1

Estoy tratando de hacer clic en el enlace ViewMYMachines, No estoy seguro de cómo proceder, supongo que tengo que usar document.querySelectorAll

Aquí está el enlace:

 <a data-auto-test-id="ViewMYMachines" href="/MYObjects/MYSupport.woo/ww/fsFSFSfdgdghHG/8.5.6.3.4.60.1">View</a>

aquí está mi código

tell application "Google Chrome"
    tell tab 1 of window 1 to set clickOnTheLink to execute javascript "document.querySelectorAll('data-auto-test-id= > a')[0].click();"
end tell
    
pregunta Kevin 16.05.2018 - 01:22

0 respuestas

Lea otras preguntas en las etiquetas