06-23-2009, 03:15 PM
Thanks. Also tried another but it wasnt looping, that is i had more than 1 item in the datatable but it picking just the first item on the datatable. The code is as follows -
Code:
myLink = DataTable("MenuItems", dtGlobalSheet)
Browser("micclass:=Browser").Page("micclass:=Page").Link("name:="&myLink).Click.
How do I get this code to pick all the data witihin the datat sheet. I did selecte 'run all iterations'within file, and settings option.
(06-23-2009, 02:11 AM)laura Wrote:[/quote](06-22-2009, 11:37 PM)sreekanth chilam Wrote: HI Laura,
Concatenation Operator(&) is misssing.
Try as given below.
Browser("micclass:=Browser").Page("micclass:=Page").Link("Text:="&Datatable("Menuitems",dtGlobalsheet)).Click
Thanks that worked but just like I said earlier it does not loop through the whole data table contents even with the '[run all iterations' option chosen.
Can you please help.
thanks