08-21-2008, 04:09 PM
Hi all,
How do I wait for an html element to load before performing an action?
int w1 = act( wait(15 WE win("Login - Windows Internet Explorer" "IEFrame")))
Htm e0= htm("SELECT" "menu3" "" w1 0 0 0x221)
e0.CbSelect(1)
I get an object not found on the 2nd line Htm e0= htm("SELECT" "menu3" "" w1 0 0 0x221)
Alternatively how can I loop a statement till it doesn't error out?
thanks
~k
How do I wait for an html element to load before performing an action?
int w1 = act( wait(15 WE win("Login - Windows Internet Explorer" "IEFrame")))
Htm e0= htm("SELECT" "menu3" "" w1 0 0 0x221)
e0.CbSelect(1)
I get an object not found on the 2nd line Htm e0= htm("SELECT" "menu3" "" w1 0 0 0x221)
Alternatively how can I loop a statement till it doesn't error out?
thanks
~k