I was wondering, how can one use selenium/webdriver to download an image for a page. Assuming that the user session is required to download the image hence having pure URL i
use selenium for getting the image src
elemImg.get_attribute('src')
use the programming language for this, for python; check this answer: How to save an image locally using Python whose URL address I already know?