Comment
|
Middle part:
<TEACTION ENTER
web.username+"[tab]"+web.password+"[enter]" skipcode>
<TEIF Screen(1,1,10)=="comulg0006">
<TEFIND text="bozoainthere"
VarRoot=Found
StartRow=1
EndRow=1
timeout=15000>
<TEACTION ENTER
web.username+"[tab]"+web.password+"[enter]" skipcode>
</TEIF>
<TEACTION RETURN WITHSCAN> <!--display next screen -->
You can also have a section that identifies the comulg006, and if it is there, do the fake TEFIND (to get a 15 second sleep), then do the TEACTION ENTER of the userid & password. Note that in this second approach, you would NOT use the skipcode.
|