Code: Select all
// click on submit button
Let>FrameName={""}
Let>FormName={"form1"}
Let>TagValue={"imgbtnSubmit"}
LibFunc>hIE,ClickTag,r,%IE[2]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue
LibFunc>hIE,WaitIE,r,IE[2]
Wait>delay
Wait>2
//SetFocus>Secure Login - Windows Internet*
// choose the secret word in a list box
Let>FrameName={""}
Let>FormName={"form1"}
Let>FieldName={"lbSecretWord"}
Let>FieldValue={%sSecWord%}
LibFunc>hIE,FormFill,r,%IE[2]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0
//IE_FormFill>IE[2],,str:FormName,str:FieldName,str:FieldValue,0,r
MessageModal>entered Security word - hanging up here