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
@BAS-Viet-Nam Hello. i am having a similar problem. Did you find the exact solution?
@Fox said in How can i get image data as base64 ?:
@basmail said in How can i get image data as base64 ?: Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times. Best regards! What are you trying to do? If you need to read a file in base64, use the "Read File" action with the "Save In Base64 Format" option enabled 6e63c432-b4d3-4451-b316-4fb1d2952b8d-изображение.png
@basmail said in How can i get image data as base64 ?:
Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times. Best regards!
Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times.
Best regards!
What are you trying to do? If you need to read a file in base64, use the "Read File" action with the "Save In Base64 Format" option enabled
6e63c432-b4d3-4451-b316-4fb1d2952b8d-изображение.png
lol ok, I didn't know that. Thanks for the answer anyways, I have now solved it with an easy API ^^