10-11-2012, 04:06 PM
My pleasure.
(10-11-2012, 02:51 PM)silpavinod Wrote:(10-10-2012, 03:35 PM)ssvali Wrote: Try the below ....[/quote)
vCount = val.Count
For i = 0 to vCount - 1
val(i).highlight
val(i).Click
Next
[quote='silpavinod' pid='22874' dateline='1349859915']
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 ....
Ya its working thanks a lot