mercredi 23 décembre 2020

How to read headers and preview from developer tools->network->XHR?

I want to read the below data as shown in the screenshot.

1.Open webpage 'www.google.com'
2.Right click -> Inspect the page
3.Click Network tab -> XHR tab -> select one from the Name column
4.Read headers, Preview and Response

I want to read the above and need to verify the values in my selenium test. Is this possible using rest-assured, if not any external lib which can be read these values? Many thanks!

enter image description here

Aucun commentaire:

Enregistrer un commentaire