: Because it works in the web browser and you cannot get it working in the : script using Web commands try the following temporary workaround : Dim id, number : // 1. just in case close any open Internet Explore window : RunAndWait "ProcessKill /T 3 IEXPLORE.EXE", "", 60, id : // 2. Open URL in the web browser : WebOpenPage " http://username : :password@www.filehere.com/members/filetodownload.txt" : Wait 10 : // 3. Send keystrokes to the Open/Save dialog and make it save the file where : needed : SendKeys "{ALT}Sc:\\localfile.txt{ENTER}" : // 4. Wait up to 60 seconds for download to complete and then close the web : browser : RunAndWait "ProcessKill /T 60 IEXPLORE.EXE", "", 180, id WebOpenPage(http://username:password@www.filehere.com/members/filetodownload.txt) Using this example instead of @www. I am getting @6ww.
|