im new to Selenium and c# so I've hit a dead end. I need to know how to check weather an images src file exists or not. When I mean exists, is it showing on the page (not the red x box you get when no image is present).
I have tried file.exists(@c://imagename); and System.File.Exists.
I don't know if this is correct or not.
Any help would be great!! My heads fried with this
Thanks
` is legal, and extracting it's SRC attribute will produce `http://no.such.domain/no.such.jpg`, even though the browser obviously didn't get download the non-existent image.