EstoytratandodehacerclicenunaextensióndeChrome(GoogleHighlight:
aquí está mi código
set NoteforGoogleCHrome to "My text should be there"
tell application "Google Chrome"
activate
end tell
tell application "System Events"
tell process "Google Chrome"
delay 2
click button 8 of toolbar 2 of window "myTab" of application process "Google Chrome" of application "System Events"
delay 0.2
keystroke tab
delay 0.2
keystroke NoteforGoogleCHrome
delay 0.2
keystroke space
end tell
end tell
Intenté esto, pero esto falla la mayoría de las veces.
Cuando intento hacer clic en el campo de texto (CLIC 2) Siempre tengo un error:
haga clic en el proceso "Google Chrome" en {4000, 114} - > valor perdido
Sin embargo, si hago lo mismo con CLICK 1, no tengo ningún error.
¿Me puedes dar algún consejo?