11-05-2011, 12:53 AM
Code:
COMMA = chr(34) & "\," & chr(34)
'HTML Tags
Browser_ComplianceLink = "title:=Compliance.*"
Page_ComplianceLink = "title:=Compliance.*"
HTMLTagINPUT = "INPUT"
WE_Username = "type:=text"&COMMA&"name:=username"&COMMA&"html Tag:=INPUT"
Browser(Browser_ComplianceLink).Page(Page_ComplianceLink).WebEdit(WE_Username).Set "Shareq" '---- not working
I have isolated the error and the variable WE_Username does not work. It was working yesterday but today it seems to be throwing an error saying the webedit box is not found.
Any help or suggestion is appreciated