Robotics and Captcha
Are there best practices around how Robotics works with a web application that employs Captcha? I assume there is no workearound solution to circumvent Captcha but are there approaches used to minimize the manual task of the verification process?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
You are correct - there are no workarounds for Captcha that I am aware of. The best practice for this would be to identify the pages where Captchas may appear and test to see if your navigation past these pages is successful. If not, prompt the user to complete the verification process. Obviously doing RPA with a system that uses Captcha is difficult.