10-12-2010, 09:46 AM
Then try this,
Code:
For i= 1 To MaxCount
' use any property value, i have taken text to describe here for example
If (Browser().Page().WebButton("text:=Next").Exists(0)) Then
Browser().Page().WebButton("text:=Next").Click
' Here do what ever you want
' Call the "actionPage"&i >> here you can use i to call the particular action.
End If