返回标签网址

苹果浏览器

要返回 Safari 中当前选项卡的 URL,请使用 URL of current tab

tell application "Safari"
    return URL of current tab of window 1
end tell

谷歌浏览器

要返回 Google Chrome 中当前标签的网址,请使用 URL of active tab

tell application "Google Chrome"
    return URL of active tab of window 1
end tell