0

Basically, I have a dynamically rendered image in a webpage such that simply getting the src attribute of that image doesn't actually allow you to get the image. Instead, I would like to directly download it from the webpage (which should theoretically be possible given that the image is already rendered and therefore the data exists on the client somewhere). Is there any way to do this in Selenium and Python?

Henry C
  • 29
  • 4
  • See here for screenshot method: https://stackoverflow.com/questions/13832322/how-to-capture-the-screenshot-of-a-specific-element-rather-than-entire-page-usin (Else you'll have to comb through browser's temp files which can be a pain...) – pcalkins Jun 10 '21 at 22:39

0 Answers0