Hello, i want to loop specific function like this:
And check if the recaptcha failed to solve. It repeat the function.
Sometimes i try to run this and i got ERROR_CAPTCHA_UNSOLVEABLE and it just ended my script.
How do i do that?
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?