I'm trying to verify images in a web app, and I notice that HtmlImage.Capture does a screen grab. If the image, once I scroll it into view, is partially obsured by a floating header we have, then the Capture() call will return part of that header.
Is there a better way to grab the image? Also, we'd like to run this on a build server too, where there is not necessarily an interactive user.
Do I need to download the image directly using the value in the SRC tag?
Is there a better way to grab the image? Also, we'd like to run this on a build server too, where there is not necessarily an interactive user.
Do I need to download the image directly using the value in the SRC tag?