AutoITFresher 0 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 Share this post Link to post Share on other sites
Tvern 11 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. Share this post Link to post Share on other sites
AutoITFresher 0 Posted October 18, 2010 Thanks a lot! It worked for me Share this post Link to post Share on other sites