@leandros All this seems to be available or easy to complete to use.
has built-in Image Processing
XPath
You can interact with any REST-API via http client
@enesmertc said in multi-threads:
i run five threads at once.
I want to run another function when these 5 operations are finished or when the error occurs, and then I need to run these 5 threads again.
for example, when one thread is successful, it will wait for the others to finish.
How can I do that?
Use the "Call function in several threads" action
I successfully added it to BAS but how do I use it exactly
e.g. there's a field I want to fill which is first name and the code to do that is chance.first()
I tried clicking the element and adding that as value and changed to expression but it didn't do anything.
@Fox