Hello, I am currently working on an automation that requires me to login through a site with reCAPTCHA. Is there an activity that waits for the user to click on the “I’m not a robot” option before automatically click the login button?
You can try this
- Use a “Retry Scope” activity
- This will keep retrying until the reCAPTCHA is solved.
- In the Action Section (inside Retry Scope)
- Leave it empty or add a small delay (optional) to avoid excessive retries.
- In the Condition Section (Check App State)
- Use the Check App State activity to verify if the checkbox is selected or if the verification is completed.
- Indicate the element that confirms the reCAPTCHA is solved. This could be:
- The green checkmark after clicking “I’m not a robot”
- The disappearance of the CAPTCHA box
- After the Retry Scope
- Use a Click activity to click the Login button once the reCAPTCHA is solved.
Please mark it as solution if it helps
Happy Automation ![]()
1 Like
Please check below thread,
If you found helpful mark as a solution.
Happy Automation with UiPath
Set input method as hardware event to Click on that check box. Also change Cursor motion type to Smooth.
1 Like
Thank you for the instructions, I will send a reply here if I have any questions
Thanks for the idea, there was just one problem with it that I had to patch to make it work.
The click activity is supposed to be in “Target Appears” activity in check app state
Nevertheless, thanks for the help!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.