10-10-2012, 02:35 PM
Code:
Set odesc=Description.Create
odesc("micclass").value="WebElement"
Browser("Link Express - Booking").Page("Link Express - Booking_2").WebElement("21st Century Insurance").Highlight
Set val= Browser("Link Express - Booking").Page("Link Express - Booking_2").WebElement("21st Century Insurance").ChildObjects(odesc)
Msgbox val.count
By the above steps i got the count 8094
Now how to click on particular element.
please help me ....