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

0
1 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.

0

Please sign in to leave a comment.