Re: using applescript to navigate a browser
Re: using applescript to navigate a browser
- Subject: Re: using applescript to navigate a browser
- From: Lists <email@hidden>
- Date: Tue, 01 Oct 2013 20:04:43 -0700
On Oct 1, 2013, at 7:43 PM, Kaydell Leavitt < email@hidden> wrote: If you open the web page that has the click to click and right-click on it an choose "Copy Location", then you will have the download link in your clipboard. Then you can use a command somewhat like the following to do the actual downloading in a script:
tell application "Finder" to open location "http://kaydell.us"
replace: "http://kaydell.us" with the URL in your clipboard.
Does that work for you?
-- Kaydell
The command "open location" is part of the StandardAdditions OSAX. No Finder tell needed, nor recommended in latest ASLG.
Just use:
Naked.
J |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden