How to use Xpath in intellij
已回答
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

请先登录再写评论。
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.