Forum Discussion
Hassan_Ballan
Champion Level 3
21 hours agoSince recording work with XPath
//td[.="value from cell in table"]
and your XPath fails
//p-contextmenu//li[@aria-label="Fred"]//span[@class="p-contextmenu-item-label"][.="Fred"]
can you update XPath to and try
//p-contextmenu//li[@aria-label="Fred"]//span[@class="p-contextmenu-item-label"]//[.="Fred"]