使用 AppleScript 将网页标题复制到剪贴板

发布于 2024-09-03 07:49:39 字数 124 浏览 5 评论 0原文

我希望使用苹果脚本(或者 JavaScript 片段即可)将网页标题(在 Safari 中打开的网页)复制到剪贴板。

然后我将在 Automator 中使用该变量。

我查遍了整个网络,但似乎找不到答案。

I am looking to copy the webpage title (of an open webpage in safari) to the clipboard using apple script (or a javascript snippet will do).

I will then use that Variable in Automator.

I have looked all over the web, but cannot seem to find the answer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尘世孤行 2024-09-10 07:49:39

我刚刚在 Safari 上尝试过,它似乎按预期工作:

tell application "Safari"
    get name of document 1
end tell

I just tried this with Safari and it seems to work as expected:

tell application "Safari"
    get name of document 1
end tell
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文