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).
I want script to run only when a variable matches any one Resources
something like WHILE Var = Res1 or Res2 or Res3 or Res4 or Res5
how to write such a script?
@hifive, If
[[VAR1]]=={{res1}} || [[VAR1]]=={{res3}} || [[VAR1]]=={{res3}}
Divide actions into 3 threads or make them run one after another. There is an action in the BAS that checks which thread is currently running.
@GaG thanks
@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 ^^
You can use javaScript in BAS and it is much easier than xPath or Regex.
Here is how you can get it: