AutoITFresher Posted October 18, 2010 Posted October 18, 2010 (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 October 18, 2010 by AutoITFresher
Tvern Posted October 18, 2010 Posted October 18, 2010 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now