Is there any way to construct Xpath at run time?
For Eg: //td[text()="%s"]/following-sibling::td[contains(text(),‘date’)]/following-sibling::td[last()]/ul/li/a
Here, in place of %s I have to place a value from Global Parameter list and date needs to be current date.