QA Graphic

Applescript for Chrome

Useful AppleScript to Copy the Page URL and Title

The following is a quick AppleScript that I created to add the URL of the current page to the clipboard. This has the advantage of creating a simple, easy-to-read URL in markdown format, which I can then copy and paste into Slack or an email.

Apple Script URL

If you would like to copy/paste the raw code, here it is.


tell application "Google Chrome"
	set broswerurl to get URL of active tab of first window
	set browsertitle to get title of active tab of first window
	set the clipboard to "[" & browsertitle & "](" & broswerurl & ")"
end tell

 

Comments

Add Your Comments

Name:
Comment:

 

About

Weekly Tips and tricks for Quality Assurance engineers and managers. All reviews are unbiased and are based on personal use. No money or services were exchanged for the reviews posted.

Schedule

Friday 11 Macintosh
Saturday 12 Internet Tools
Sunday 13 Misc
Monday 14 Media
Tuesday 15 QA
Wednesday 16 Veed
Thursday 17 PlayWright