小编use*_*603的帖子

AppleScript 填写文本字段

我尝试填充文本字段但不能

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)

applescript click popup

4
推荐指数
1
解决办法
7854
查看次数

标签 统计

applescript ×1

click ×1

popup ×1