IE_Wait not waiting
Moderators: JRL, Dorian (MJT support)
IE_Wait not waiting
I thought that when this function was invoked it would wait for a "Done" result from IE. Is this not the case? When running my script it seems that it decided not to wait and just blew past a good 50 lines of script due to IE being busy submitting the previous form. This is talking to a printer, so it's not the fastest thing in the world. I know I can set a timer with Wait>x, but was hoping it would just auto wait.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
It does.
But you may have a page which does lots of asynchronous calls, or loads lots of items and goes from busy to done many times in a row. In which case on IE_Wait will only catch the first one ...
But you may have a page which does lots of asynchronous calls, or loads lots of items and goes from busy to done many times in a row. In which case on IE_Wait will only catch the first one ...
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?