Hello,I am developing a robot that performs a registration on a website. The problem is that sometimes when I click the "Sign In" button, it shows the message "Invalid or expired reCAPTCHA token." This is not a reCAPTCHA that involves puzzles or checkbox clicks; it's just a message. If I click manually, it sometimes allows me to proceed.
I have tried implementing pauses and mouse movements, but they don't always work. I would like to know if there is a viable solution to bypass this reCAPTCHA. Is it possible to add a support file to the robotic task that solves reCAPTCHA? If so, do these solutions have a cost, and which ones do you recommend? Or is there another solution?Thanks
Discussion posts and replies are publicly visible
As you've seen in another thread, already. CAPTCHAs exist to prevent malicious activity that is sometimes executed with bots. It sounds like the CAPTCHAs are working [mostly] as intended.