I have tried like this:
//*[name()='svg']/*[name()='path' and contains(@d, 'M290.74 93.24l128.02']
but it throws exception.
If we use "//*[name()='svg']/*[name()='path'"
like this, then it's giving all elements but it's not my actual requirement.
Here I posting some pictures, Please some one help me on this. I tried many ways but I didn't make this possible.