0
Hello,
I am using the following expression in xpath, but invalid xpath syntax error occurs. When I inspect the element in Mozilla’s firepath, it recognizes, but when running the test it fails.
Follows:
By.xpath("//*[@class='flaticon flaticon-Approval-Symbol-in-badge']//Ancestor::td//following-sibling::td/a[@ng-click='creatRascunho(v)']");