Open problems with libFunc

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
Liberty
Pro Scripter
Posts: 56
Joined: Wed Jun 06, 2007 11:56 am
Location: Sweden

Open problems with libFunc

Post by Liberty » Tue May 10, 2011 5:34 pm

When I use IE and put in the full %address% I will get the complete page on my screen

However when I use the code below (which is being used in several other scripts without any problem) sometimes (not always) the complete page
is not shown. Some rows with data (which I capture by the Extracttag command) are missing. I have not found any way to repaint the page to get the missing rows.

The code is used several times in the script - for some pages I get the full page for some page this error occur.

Pls help me.

Liberty

Code:
Let>Delay=5
LibFunc>hIE,CreateIE,IE[0],0
LibFunc>hIE,Navigate,r,%IE[0]%,%address%
Remark>Problems might occur when active IE pages are running
Wait>1
LibFunc>hIE,WaitIE,r,%IE[0]%
Wait>Delay
If>%xtype%=2
WaitWindowOpen>IndexInformation*
ElseIf>%xtype%=3
WaitWindowOpen>Index*
EndIf
SetFocus>%Indexpage%
ResizeWindow>%Indexpage%,1200,800
WaitReady>0

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