• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: using applescript to navigate a browser
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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:
open location "http://kaydell.us"

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

References: 
 >Re: using applescript to navigate a browser (From: Kaydell Leavitt <email@hidden>)

  • Prev by Date: Re: using applescript to navigate a browser
  • Next by Date: grab article code
  • Previous by thread: Re: using applescript to navigate a browser
  • Next by thread: grab article code
  • Index(es):
    • Date
    • Thread