I\'m using Selenium (within PHPUnit) to test my web application. I would like to test whether a certain image which is present on the page really exists. More precisely, whe
driver.findElement(By.cssSelector("img")).getAttribute("src")