I have a suggesstion for getting the password entered Password field. Hope the following script may help you.........
-----------------------------------------
-----------------------------------------
Thanks
-----------------------------------------
Code:
Browser("B").Page("P").WebEdit("uname").Set "tester"
Browser("B").Page("P").WebEdit("pwd").SetSecure "4a5d7145b2fef00c64034e56dc213cbdf0da"
[b]A = Browser("B").Page("P").WebEdit("pwd").GetROProperty("Value")
MsgBox (A)[/b]
Thanks