Hi,
To check if txtBox is blank or not try the below code
Regards,
Sankalp
To check if txtBox is blank or not try the below code
Code:
valTXT=Browser(xx).Page(yy).webedit("userName").GetRoProperty("value")
if valTXT="" Then
'do something
else
Browser(xx).Page(yy).webedit("userName").Set ""
'to make field balnk
EndIF
Regards,
Sankalp