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]

  • 0 Votes
    1 Posts
    319 Views
  • 0 Votes
    5 Posts
    674 Views
  • 0 Votes
    3 Posts
    791 Views
  • 0 Votes
    2 Posts
    927 Views
  • 0 Votes
    7 Posts
    1585 Views