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.
Script after IEDoDownload Statement never executed
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 6
- Joined: Mon Oct 29, 2018 4:04 pm
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Script after IEDoDownload Statement never executed
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Newbie
- Posts: 6
- Joined: Mon Oct 29, 2018 4:04 pm
Re: Script after IEDoDownload Statement never executed
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
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Script after IEDoDownload Statement never executed
This post appears to be a duplicate. Please see the answer I gave here:
viewtopic.php?f=2&t=10187
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?