How to translate XPath into Restassured xmlPath equivalent?

153 Views Asked by At

Does anyone know how to make following Xpath expression

someRoot.children3.someLeaf[not(children3)]/@_uri

to work with io.restassured.path.xml.XmlPath#get? XmlPath is using GPath but im an not familiar with it at all. Quoting:

"It follows the Groovy GPath syntax * described here"

0

There are 0 best solutions below