Hello Satya,
You can use the following code to fetch the data :
e.g.Hope this solves ur problem ![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
Regards,
Parminder
You can use the following code to fetch the data :
Code:
Browser().Page().WebTable().Childitem(row,col,"MicClass",Index).GetROProperty("innertext")
e.g.
Code:
item1=Browser().Page().WebTable().Childitem(1,2,"Link",0).GetROProperty("innertext")
item2=Browser().Page().WebTable().Childitem(1,2,"Link",1).GetROProperty("innertext")
item3=Browser().Page().WebTable().Childitem(1,2,"Link",2).GetROProperty("innertext")
![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
Regards,
Parminder