How to use Xpath in intellij
Answered
I am trying to capture an object by using xpath but it is showing an error as "Element not found". How to use xpath in intellij ?
Please find the screenshots of my code

Please sign in to leave a comment.
XPath search works only for XML documents.
You may want to need SSR instead: https://www.jetbrains.com/help/idea/structural-search-and-replace.html.