I created a web robot script as belwo using webrecorder. But when I run it under MS it just hang at the specified line ( using the denug mode)
IEAuto.dll installed correctly at windows and prog dir.
// Generated by MacroScript WebRecorder 1.72
// Recorded on Tuesday, August 7, 2007, at 11:35 AM
LibLoad>IEAuto.dll,hIE
If>hIE=0
MessageModal>Could not load IEAuto.dll, make sure it is in the path or edit the LibLoad line.
Goto>end_script
EndIf
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
LibFunc>hIE,CreateIE,IE[0],0 /// hang here.
LibFunc>hIE,Navigate,r,%IE[0]%,http://localhost/CARDUPDATE/CARD/ShowCARDTablePage.aspx
LibFunc>hIE,WaitIE,r,%IE[0]%
Wait>delay
Let>FrameName={""}
Let>FormName={""}
Let>TagValue={"New"}
LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue
IEAuto.dll does not work/hang
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Which line does it "hang" at? Can we access the site to test it?
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?
It Works after PC Restart
Marcus, I tried by reboot the PC and it works. Script able to open the browser it works for as designed.
Thanks for the support
Thanks for the support