Updated AppleScript (markdown)

Cameron Kaiser 2019-02-20 00:42:38 +00:00
parent 9a9d8a59be
commit 5f29734191

@ -87,6 +87,9 @@ You can also get what the user currently has selected in the window which your s
```
tell application "TheApp"
repeat while (current tab of front browser window is busy)
delay 1
end repeat
display dialog ("" & selected of current tab of front browser window)
end tell
```