10-18-2012, 03:40 PM
below is the sample code.
Regards,
Ankesh
Code:
for i=0 to 5
Browser("name:=.*").Page("title:=.*").WebElement("html tag:=B","height:=14" , "index:="&i)
Next
Regards,
Ankesh