Problem Navigating to Deeper Page and Saving Image

I am trying to scrape some data from this website and grab the high resolution image behind the 'Download' button. In my firefox ESR browser when I click the download button it opens the image in the same window, however when I save the data I get "data:image/gif;base64,R0lGODlhBwAFAPUAAEJBN1VXSFlWSV9aS2djUnBvWXxzXHJ3ZoJ/aoaCaJGAZYeLdY2Lco+Pd5GNdpuUeJWYf6WVeJOWgJ6cgZediKypj7Gyl7qyk7KymLa3nr68n7++oby9o8G9oMLAoMDAo8zGp9DFpNrTsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAHAAUAAAYhwAxn0/lgKiGQRSNyCC6SBcWDAEwOAUiDMHgkCgyDIhIEADs=
"
for the image data. Any help correctly downloading the image or downloading it from the download button appreciated!

Url: Naples with Mt. Vesuvius | The Art Institute of Chicago
URL of Image: https://www.artic.edu/iiif/2/e9bc80e2-186e-0144-d434-0429dddc2afd/full/!3000,3000/0/default.jpg

Sitemap:
{"_id":"artic","startUrl":["https://www.artic.edu/artworks/48542/naples-with-mt-vesuvius"],"selectors":[{"id":"Art_Name","type":"SelectorText","parentSelectors":["_root"],"selector":"span.title","multiple":false,"regex":"","delay":0},{"id":"Art_Year","type":"SelectorText","parentSelectors":["_root"],"selector":"p.title:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Art_Description","type":"SelectorText","parentSelectors":["_root"],"selector":"[itemprop='description'] p","multiple":false,"regex":"","delay":0},{"id":"Artist_Name","type":"SelectorText","parentSelectors":["_root"],"selector":"[itemprop='creator'] a","multiple":false,"regex":"","delay":0},{"id":"Art_Medium","type":"SelectorText","parentSelectors":["_root"],"selector":"[itemprop='material'] span","multiple":false,"regex":"","delay":0}]}

Hi and welcome.
I hope you want this.

Sitemap:
{"_id":"artic2","startUrl":["https://www.artic.edu/artworks/48542/naples-with-mt-vesuvius"],"selectors":[{"id":"Art_Name","type":"SelectorText","parentSelectors":["_root"],"selector":"span.title","multiple":false,"regex":"","delay":0},{"id":"Art_Year","type":"SelectorText","parentSelectors":["_root"],"selector":"p.title:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Art_Description","type":"SelectorText","parentSelectors":["_root"],"selector":"[itemprop='description'] p","multiple":false,"regex":"","delay":0},{"id":"Artist_Name","type":"SelectorText","parentSelectors":["_root"],"selector":"[itemprop='creator'] a","multiple":false,"regex":"","delay":0},{"id":"Art_Medium","type":"SelectorText","parentSelectors":["_root"],"selector":"[itemprop='material'] span","multiple":false,"regex":"","delay":0},{"id":"image","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"_parent_","multiple":false,"delay":2000,"clickElementSelector":"button[data-gallery-download]","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

Hello Asad,

Thank you for the input, however when I run this it still does not add the URL to the csv. In most cases it does not export anything at all.

You want the URL or the image to be download?
or both?

When running it on my normal browser it downloads the image, however I have no way to identify the image to the data in the excel file.

I would like for a way to either pair the image, or have it save the url in the excel file so I can use the python script to associate the image with the data.

Thank you again for your help!

@TheScraper Hi, I would just use the element attribute - div.m-article-header__img-container img with attribute name - data-pin-media

And transform it in the Cloud Scraper from 600 to 1600 using the parser.

I think I have to purchase the cloud version. :bust_in_silhouette: