AppleScript Browser Interactions

Other topics

Returning tab URLs

Safari

To return the URL of the current tab in Safari, use URL of current tab:

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

Google Chrome

To return the URL of the current tab in Google Chrome, use URL of active tab:

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

Contributors

Topic Id: 9030

Example Ids: 28045

This site is not affiliated with any of the contributors.