Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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!
@m4zuper thank you very much it works perfectly indeed I didn't understand where it was downloaded
@tet-vivi Thanks a lot!
Thanks, To wait while element will appear on page, use Wait While Element Exists action 0_1461255021957_Wait.png
To wait untill element disappear you need to use cutom waiter: http://wiki.bablosoft.com/doku.php?id=how_to_wait_on_certain_event_on_page#custom_waiters