I am trying to automate a web page using selenium web-driver and would like to know if there is any way to get the network request/response status for a web page ? (or if any network interaction is happening in the page)
I am expecting a similar solution as we get the document ready status using "document.readyState", which will return document status as "Interactive", "Complete", etc..