Hi,
How can I log an xpath?

This is not possible:
.log("xpath("//name")

As a workaround I use:
.setHeader("xpath", xpath("//name"))
.log(${headers.xpath}")

But this doesn't feel right.

Any help is appreciated
Simon

Reply via email to