gpt4 book ai didi

c - 在 Chrome 中查找包含 URL 的辅助功能元素

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

我正在创建一个使用 MacOS 辅助功能 API 来检索浏览器 URL 的应用程序。

我的问题是我如何知道 URL 存储在哪里。似乎每个浏览器都不同。

我尝试使用辅助功能检查器,但没有看到属性的名称

提前致谢并致以问候

最佳答案

Chrome 似乎支持 AppleScript,因此最简单的方法可能就是执行以下操作:

tell application "Google Chrome"
get the URL of the active tab of the front window
end tell

这可能比使用 Accessibility API 更稳定,因为 Chrome 浏览器窗口的布局可能会改变,但公共(public)脚本 API 可能不会改变。

关于c - 在 Chrome 中查找包含 URL 的辅助功能元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53730678/

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