我尝试填充文本字段但不能
activate application "****"
tell application "System Events"
tell process "****"
tell text field 1 of window 1
set value of text field 1 to "here is the text"
end tell
end tell
end tell
Run Code Online (Sandbox Code Playgroud)