I am trying to automate the login into this web site:
https://www.bpinetempresas.pt/SIGNON/signon.asp
But I am not able to get the Click Tag to work on the "Acesso" button.
Code: Select all
<TABLE>
<TBODY>
<TR>
<TD><SPAN>Acesso</SPAN>
</TD>
</TR>
</TBODY>
</TABLE>
Code: Select all
Let>FrameName={""}
Let>FormName={"SignOn"}
Let>TagValue={"btSignOn"}
LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,TABLE,ID,str:TagValue
And
IE_ClickTag>%IE[0]%,,SignOn,SPAN,TEXT,Acesso,r
I would apreciate any help
Thanks,
Pedro
P.S.
I am using: 10.1.21 and webrecorder 2.2/2.06