Jump to content

Recommended Posts

Posted (edited)

Hi,

I want to right-click one text link (viz "click here") on a web page and then click on "Save As" option from dropdown menu to save that file on local machine.

I am not getting any function to do this in AutoIt script. Has anyone tried this ?? Need help...

requirement.doc

Edited by AutoITFresher
Posted

If you first get the url of the target. (See the example for _IELinkGetCollection, or read the page source), you can use InetGet to download the file, combined with FileSaveDialog if you like.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...