clorest wrote:Now, i want to download this image and get the size by System.IO. Can you tell me how to download a picture without mouse, just by program.
ps: i can get the img's href
You can try to search to see if that can be done with JavaScript. Once you have the JavaScript code, you can use WebView.EvalScript to run the script and get the result.
You can also just download the image straight without going through the browser engine as well. You can search online and you should be able to find plenty of information about this. This is a generic programming question that does not have anything to do with our product. So it would be beyond the scope of our support.
Thanks!