Hello,
I have a script to fill a web form. The current macro scheduler version I am using is 9 and operations system is Windows XP. It works fine. I download macro scheduler 14 trial version and test the script on Winndows 7 machines. I change the script using the new syntax. When I test it, it stops at 'IEWaitDocumentComplete' line after loading the login page.I tried to login to google website and IEWaitDocumentComplete works. I wonder if you can hel me figure it out. I'd appreciate your help. Attached is the code I use. Thanks.
Jun
IEWaitDocumentComplete doesn't work
Moderators: JRL, Dorian (MJT support)
Re: IEWaitDocumentComplete doesn't work
hi Jun,
im not sure what you want to accomplish ?
I guess you want to login to Rodgers
this should work
cant really test it, try your user/password to test it
kind regards,
Djek
im not sure what you want to accomplish ?
I guess you want to login to Rodgers
this should work
Code: Select all
IECreate>IE[0]
IENavigate>%IE[0]%,https://www.rogers.com/web/Rogers.portal,ie_res
WaitWindowOpen>Rogers*
wait>0.5
IEWaitDocumentComplete>%IE[0]%,ie_res
IETagEventByAttrib>{"https://www.rogers.com/web/Rogers.portal"},INPUT,ID=shopperId,,2
IETagEventByAttrib>{"https://www.rogers.com/web/Rogers.portal"},INPUT,ID=signinPassword1Hp,,test123
wait>0.5
IETagEventByAttrib>{"https://www.rogers.com/web/Rogers.portal"},A,classname=rui-cta primary,click,
kind regards,
Djek