5 lines
111 B
AppleScript
5 lines
111 B
AppleScript
tell application "Microsoft Edge"
|
|
tell active tab of front window
|
|
return URL
|
|
end tell
|
|
end tell |