Download all images
-
How can I download all images with specific markup?
Example:
Following Match (>MATCH><img class="style_image__rTcjd" src="htt) gives me 3 images in total.
I want to download all images from this Match to 1.jpeg, 2.jpeg, 3.jpeg
-
First, run the get element count command.
Then Do for loop and get each element attribute for the image link by>MATCH><img class="style_image__rTcjd" src="htt>AT<[[CYCLE_INDEX]]
and then download
-
@cparonny Thank you!