Hello,
I'm using the following expression in xpath, but an invalid xpath syntax error occurs. When I inspect the element in the Mozilla firepath, it acknowledges it, but on test execution it fails.
Follows:
By.xpath ("// * [@ class = 'flaticon flaticon-approval-symbol-in-badge'] // Ancestor :: td // following-sibling :: td / a [@ ng-click = 'createResult (v)'] ");