I’m trying to get the value in red that come from response body.
check(regex("<update id=“javax.faces.ViewState”>").saveAs(“viewState”))
Someone knows how to solve?
Thanks
I’m trying to get the value in red that come from response body.
check(regex("<update id=“javax.faces.ViewState”>").saveAs(“viewState”))
Someone knows how to solve?
Thanks
Try this
.check(regex("""""").saveAs(“viewState”))
I am on vacation. I will try it when I come Back. Thanks.