Set Objdesc = Description.Create
Objdesc("micclass").Value = "WebElement"
Objdesc("html tag").value = "INPUT" rem the property you choose
Set Obj=Browser("XXXX").Page("XXXX").ChildObjects(Objdesc)
obj(0).set "OOO" rem the number you count Pay attention to "0" is the first number
obj(1).set "XXXX"
Set Obj = Nothing
Set Objdesc = Nothing