Script after IEDoDownload Statement never executed

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
ali_basharat
Newbie
Posts: 6
Joined: Mon Oct 29, 2018 4:04 pm

Script after IEDoDownload Statement never executed

Post by ali_basharat » Thu Nov 01, 2018 10:51 am

Hi,
I am having a problem while downloading a file using IEDoDownload Statement. IEDoDownload Statement initiates the download and saves the file but it halts and the rest of the script, and the next statement is never executed.

Please guide me and provide me solution.

Thank you.

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Script after IEDoDownload Statement never executed

Post by Marcus Tettmar » Fri Nov 02, 2018 4:05 pm

Not sure why the script should halt. Can you share your code?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

ali_basharat
Newbie
Posts: 6
Joined: Mon Oct 29, 2018 4:04 pm

Re: Script after IEDoDownload Statement never executed

Post by ali_basharat » Wed Nov 14, 2018 9:56 am

In the following code, IENavigate> statement executes successfully and a pop up appears on page to download/save the file. Next statement IEDoDownload> successfully downloads and saves the file but IEQuit> statement and rest of the script never execute.

Code: Select all

IENavigate>ie,fileDownload_URL,res
IEDoDownload>fileDownload_URL
IEQuit>ie,res

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Script after IEDoDownload Statement never executed

Post by Marcus Tettmar » Mon Nov 19, 2018 5:09 pm

This post appears to be a duplicate. Please see the answer I gave here:
viewtopic.php?f=2&t=10187
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts