Check some previously saved data deattached from parsing a response.

Is it possible to check something, which is not directly linked to a execution result?

Something like a imaginary method “value” below:

**.exec(http("r1")**
 **.check(css("h1").saveAs("r1_header"))**
**).pause(5)**

No