7 lines
135 B
AppleScript
7 lines
135 B
AppleScript
tell application "Safari"
|
|
tell front window
|
|
tell current tab
|
|
return URL
|
|
end tell
|
|
end tell
|
|
end tell |