I made script which is working fine but when any error occur it is stopping every time.I used ignore error command which is not working.I want that if any error occur it should skip and run other code instead od stopping it.Plz help me to solve this problem
@nadenceto88 Then build your logic using the “Solve captcha with clicks” action
But it is better to use a ready-made solution, especially one that is well made.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.