I need to see if the current page is displaying the correct title icon. We change the icon depending on where you are on the site, and need to make a check against it.
I have tried
Page Should Contain Image /bin/icons/1.ico
The HTML we use is:
<link rel="shortcut icon" type="image/x-icon" href="/bin/icons/1.ico"/>
The keyword did not work.. Is there something else I have to use? or is it not supported by selenium to do this kind of test?