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!
https://downloads.bablosoft.com/distr/BrowserAutomationStudio/25.3.6/BrowserAutomationStudioInstallAllInOne.exe
@sergerdn said in IMAGE PROCESSING MODULE:
@morpheus93 said in IMAGE PROCESSING MODULE: Yes, I was also wondering where the module is?? Oh, the topic starter posted a screenshot of the standard image processing module shipped with BAS. That was a nice joke, lol.
@morpheus93 said in IMAGE PROCESSING MODULE:
Yes, I was also wondering where the module is??
Oh, the topic starter posted a screenshot of the standard image processing module shipped with BAS. That was a nice joke, lol.
It seems he wants to kidding us. Yes better use ImageMagick.
Thanks buddy, you saved my life
https://community.bablosoft.com/topic/5835/решаем-captchapuzzle
@khalid_alsaba could you help show me how to download images and save them to a folder?