Forum Discussion
'Using Map Object from Screen,
1. First Map the Page (Drag the target to point to object)
Set iexplore = Aliases.IEXPLORE
Set Page = iexplore.pageLogin
Page.Wait
' Select Value from Catalog Drop Down
PropArray = Array ("ObjectType", "ObjectIdentifier")
ValuesArray = Array ("Select", "Catalog")
Catalog = Page.FindAllChildren(PropArray, ValuesArray,11)
Catalog (0).ClickItem("Cat2")
(or)
ContractVeh(0).ClickItem(2)
(or)
' If u pass from Excel
If drv.Value("CatalogVal")<>"" Then
Catalog (0).ClickItem(drv.Value("CatalogVal"))
End If
' Click on Check Box
PropArray = Array ("ObjectType", "ObjectIdentifier")
ValuesArray = Array ("Checkbox", "Remember")
RememberCheckbox = Page.FindAllChildren(PropArray, ValuesArray,11)
RememberCheckbox (0).ClickChecked(True)
If u want more details send me a detailed problem and screen shot, I'll Explain You...
Feel free to contact me, if u have any doubts
Regards,
-Prakash