My xpath looks like this
XPATH> //*[@class="RepeaterTable"]/tbody/tr[2]/td[1]
Here I want to use [[cycle index]] variable after /tr so
XPATH> //*[@class="RepeaterTable"]/tbody/tr[[[cycle index]]]/td[1]
can anyone help how can this be done. the above XPath doesn't work at all.
Thanks for the help