gpt4 book ai didi

google-chrome - 如何使用applescript在系统打印对话框中点击回车?

转载 作者:行者123 更新时间:2023-12-04 14:59:54 34 4
gpt4 key购买 nike

如果它们适合某种 URL 模式(例如不是给定的一组 URL),我想自动打印 chrome 窗口(没有对话框)。

你可以使用苹果脚本吗?有人可以分享一个例子吗? (我没有 mac,所以我无法真正尝试自己)

最佳答案

set i to 1
tell application "Google Chrome"
activate
tell window 1
repeat with t in tabs
--if title of t starts with "Example" then
if {"http://example.com/", "http://aa.com/"} does not contain URL of t then
set active tab index to i
tell t to print
delay 1
tell application "System Events"
click button "Print" of window 1 of process "Chrome"
--keystroke return
end tell
end if
set i to i + 1
end repeat
end tell
end tell

关于google-chrome - 如何使用applescript在系统打印对话框中点击回车?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18212296/

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