1
Applescript:点击位置不起作用
我正在尝试单击Chrome扩展程序(Google突出显示:https : //chrome.google.com/webstore/detail/multi-highlight/pfgfgjlejbbpfmcfjhdmikihihddeeji),然后在文本框上单击并覆盖我的变量。 这是我的代码 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 …