我想使用 watin 从 ashx url 获取图像有人可以告诉我如何使用 watin api 获取图像
http://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/76986 这是您打开此链接时的链接,其中有 URL 为 ashx 的验证码图像。
代码
IE ie = new IE();
ie.GoTo("http://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/76986");
ie.WaitForComplete();
Image img = ie.Image(Find.ById("turingImage"));
img. ????
我想保存验证码图片