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