Hello, I am trying to automatically submit a form, and save the resulting image that gets shown in the TWebBrowser object.
The image gets loaded over several chained javascript requests (ajax), until it finally appears in the document.
What is the best way to get this image? I thought of hooking the receive function to be able to see the http response (which would basically be my image).
Another possibility could be to load the image from cache / memory...
I don't have any idea how to practically do this, I hope someone can help.
Thanks.