Set ObjectControl = Browser("Name").Page("Name")

Dim oDesc
Set oDesc = Description.Create()
oDesc("micclass").Value = "Link"'It is nothing but the class name of respective object.
Set...