essdee
10 years agoOccasional Contributor
Image response validation
Hi Guys,
We can validate HTML text content using LoadComplete which is received as part of the page response.
Can we validate images which are received as part of the responses from server? In our application on click of certain buttons, the server serves images on the screen as a response. These responses are of type image/jpeg. Can we validate these image or response type that is received?
Since LoadComplete just checks the server response codes, I have noticed that these steps are usually passed and we need to validate whether the server actually sent an image or a correct image.
Please help.
Thanks.