Actual.image will be an image, in png format, with unknown image dimensions, grabbed using Seleniumn's capture screen functionality.
I have been relying on Magick.Net to determine if the images were different based off the MagickErrorInfo, to keep things DRY and SRP as possible. I can try adding in some guard clauses to see if that prevents the issue.
I have been relying on Magick.Net to determine if the images were different based off the MagickErrorInfo, to keep things DRY and SRP as possible. I can try adding in some guard clauses to see if that prevents the issue.