Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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]
don't be so lazy, if you can't spend more time to understand what the perfect canvas is (which in main page is clearly described), then take out your purse
@spa3212 If you have access to the administration of wordpress you can install there module for api http requests.