10-17-2012, 06:23 PM
(This post was last modified: 10-17-2012, 06:48 PM by silpavinod.)
Code:
If a="Adidas"Then
Msgbox "Sucess"
Val1(j).click
Exit for
else
wait(1)
End If
Next
In the above code i need to pass the Adidas value from datatable... how to pass the data frm datatable
Code:
Set odesc=Description.Create
odesc("micclass").value="WebElement"
odesc("class").value="rcbItem "
odesc("html tag").value="LI"
Browser("Link Express - Booking").Page("Link Express - Booking").WebElement("select").Click
wait(2)
Browser("Link Express - Booking").Page("Link Express - Booking").highlight
Set val=Browser("Link Express - Booking").Page("Link Express - Booking").ChildObjects(odesc)
val(4).click
In the above code i need to pass the 4th value from datatable... how to pass the data frm datatable