I'm trying to monitor a web page login with a web scenario.
1. Auth into the web
2. Display initial page and search for a string to validate page load.
My problem is, i have to retrieve a header and a json response to use it on the display step. If i set it handly, it works. So, the point is, can i recover these values returned from the auth step?
Best regards.