gpt4 book ai didi

automation - 如何使用applescript为提示窗口输入密码

转载 作者:行者123 更新时间:2023-12-04 23:55:52 33 4
gpt4 key购买 nike

我是 Applescript 的新手,目前无法访问提示窗口,要求输入密码。

我正在为我的日常使用应用程序创建一个启动器,我想自动化启动过程。

现在,我只启动了两个应用程序,VirtualHostX 和 MAMP。稍后我可能会添加一些。

这是我到目前为止所做的:

tell application "VirtualHostX" to activate
tell application "MAMP" to activate

tell application "System Events"
tell process "VirtualHostX"
tell menu bar 1
tell menu bar item "Web Server"
tell menu 1
click menu item "Start"
end tell
end tell
end tell
end tell
end tell

启动时,它会成功启动两个应用程序,但虚拟主机会要求我输入密码进行授权。我想在流程或代码中集成输入我的密码。我已经尝试谷歌搜索答案,但未能找到解决方案。

我似乎无法定位该窗口并输入我的密码。
enter image description here

让我知道我错过了什么。

谢谢你。

最佳答案

SecurityAgent 显示密码对话框:

tell application "System Events" to tell process "SecurityAgent"
set value of text field 2 of scroll area 1 of group 1 of window 1 to "password"
click button 2 of group 2 of window 1
end tell

关于automation - 如何使用applescript为提示窗口输入密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16829450/

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