gpt4 book ai didi

macos - 使用 AppleScript 设置窗口位置

转载 作者:行者123 更新时间:2023-12-03 16:03:59 24 4
gpt4 key购买 nike

我正在尝试使用 AppleScript 设置 Messages.app 聊天窗口的位置。

tell application "System Events"
set position of window 1 of application "Messages" to {100, 100}
end tell

使用此代码我收到错误:

error "Messages got an error: Can’t set «class posn» of window 1 to {100, 100}." 
number -10006 from «class posn» of window 1

这是什么意思?

如果我在 Finder 中尝试相同的代码,它就会起作用。但大多数其他应用程序无法运行。

最佳答案

tell application "System Events"
set position of first window of application process "Messages" to {100, 100}
end tell

启用辅助设备访问以运行此脚本。

enter image description here

关于macos - 使用 AppleScript 设置窗口位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12803847/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com