I use selenium webdriver for automated tests. I developed a test which navigates to some page with many images. I want to save data of images which was downloaded by webbrowser. I can only call same url adress, but there is problem because images are dynamicaly generated. The target is save data of images which was showed in the web page without another http request.
Could you help me or give me any advice.
Thanks