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
Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.