I'm using selenium to run some automation task and was trying to get a way to get the http response of the web page to see if it loaded correctly or not. Though it doesn't have a method for getting it. Is there a way to get the http response after it is loaded with the iframe ( seleneium works by loading the url in an iframe)
Start Free Trial