08-17-2011, 01:19 PM
In starting u r assigning the value to the variable index and later u r not using that variable to pass the value.
I should be like:
Correct me if wrong.
Regards,
Sankalp
I should be like:
Code:
index=value
browser("browser").page("page").objectname("index:="&index).submit
Regards,
Sankalp