Hi
Below is the solution,
Below is the solution,
Code:
Set oEdit = Description.Create()
oEdit("micclass").value = "WebEdit"
set Childobj = Browser("").page("").ChildObjects(oEdit)
For I = 6 to Childobj.Count-1
Childobj(I).Set "Test value"
Next
