12-19-2008, 07:58 AM
Hi Ankur,
following is my script to view all the childobjects. "Object doesn't support" error occur in For loop. can you help on this
following is my script to view all the childobjects. "Object doesn't support" error occur in For loop. can you help on this
Code:
Set Obj_Desc=Description.Create
Obj_Desc("html tag").value = "INPUT"
Dim allTextbox, sign
Set allTextbox = Browser("Login").Page("Login").ChildObjects(Obj_Desc)
For each sing in allTextbox
msgbox sing.Name
Next