help with xpath if anyone knows using [[cycle index]] inside

Support
  • 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

  • got is solved using >XPATH> //*[@class="RepeaterTable"]/tbody/tr>AT>1 >XPATH> ./td[1]