# Keep in mind that when asking for a `return` after another, only the first one will be output. # This example is meant as a simple starting point, to show how to get the information in the simplest available way. # Google Chrome tell application "Google Chrome" to return URL of active tab of front window tell application "Google Chrome" to return title of active tab of front window # Google Chrome Canary tell application "Google Chrome Canary" to return URL of active tab of front window tell application "Google Chrome Canary" to return title of active tab of front window # Chromium tell application "Chromium" to return URL of active tab of front window tell application "Chromium" to return title of active tab of front window # Safari tell application "Safari" to return URL of front document tell application "Safari" to return name of front document # Webkit tell application "Webkit" to return URL of front document tell application "Webkit" to return name of front document