I am trying to write a VBscript for auto login for a particular url,but the problem is that i am not able to automatically enter the password .
The unique property for password(I used Object Spy) is WebEdit:WebEdit(Property:Value). Webedit is not getting identified by Object Repository even if i am adding to it.
So my question how do i automate the password input , if the attributes have no "ID","Name",and only webedit as unique property.