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!
Thanks buddy, you saved my life
@Fox and how to upload an undetermined number of photos (chosen by user) from a folder of 1000 images, one by one, on a single session?
Example, the first execution the user upload 4 images, the second time 9 images etc.
@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 ^^
@uraabk I did spend quite a while with your example and I'm slowly learning what to replace to get to what I need. :)
I wish I was actually capable of doing this the right way.
Thank you!
NVM I got it.
i used search feature in BAS for image events and it only showed 5 without 'get image data'. my bad