I\'m creating a suite of Selenium tests for an web album application. I would like to test whether an image is actually displayed (it contains valid image data). Is such thi
You can certainly check that the image appears in the page source e.g. by using a XPath parameter.
You can assume that because it is in the page source, it will be displayed but I don't know of any way to actually validate this.