我到处搜索,包括这里,寻找关闭标签的方法。我有这个应该工作的代码:
tell application "Safari"
repeat with aWindow in windows
repeat with aTab in tabs of aWindow
if name of aTab is "Facebook" then
tell aTab to close
end if
end repeat
end repeat
end tell
我打开了一个 Facebook 选项卡,但它不工作,但关闭整个窗口时代码似乎工作......</p>
谢谢!