答案 0 :(得分:0)
你必须click
按钮,稍等一下然后pick
菜单项
activate application "QuickTime Player"
tell application "System Events"
tell process "QuickTime Player"
tell window "Movie Recording"
click button 3
delay 0.2
pick menu item "Maximum" of menu 1 of button 3
end tell
end tell
end tell