If you have multiple browser threads then you can add a date column in database for each account. When some action is finished then you can add 30 minutes to the date now and add it to the database of that particular account. Then add a check condition in the beginning of the thread which checks if the current date is less or greater than the database date. If it is greater that means there is still time left and then close that thread without opening browser.
How can i get image data as base64 ?
-
I am trying to get image data as base64 to use start working with image feature.
Suppose my image file is present on my hard disk, how can i get that image to convert into base64 data and then use in start working with image http://prntscr.com/s4ukoe ?
I tried to do this http://prntscr.com/s4umx7 but the result generated was of 1 kb. -
@niceusername said in How can i get image data as base64 ?:
I am trying to get image data as base64 to use start working with image feature.
Suppose my image file is present on my hard disk, how can i get that image to convert into base64 data and then use in start working with image http://prntscr.com/s4ukoe ?
I tried to do this http://prntscr.com/s4umx7 but the result generated was of 1 kb.To get image data in base64, use the "Get image data" action
-
@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

-
@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

lol ok, I didn't know that.
Thanks for the answer anyways, I have now solved it with an easy API ^^Best regards!
