10-28-2009, 02:29 PM
Hi,
You can perform those actions by using child objects , follow as like this
1.First find the number of links (this you already given it is 4)
2.Using the child objects and your navigation (Browser(xx).page(xxx)....
3.Use the for loop with number of child objects (i.e, no of links) and perform the click
4.Finally your problem will sove
You can perform those actions by using child objects , follow as like this
1.First find the number of links (this you already given it is 4)
2.Using the child objects and your navigation (Browser(xx).page(xxx)....
3.Use the for loop with number of child objects (i.e, no of links) and perform the click
4.Finally your problem will sove