Hello,
I have an automation in a web portal where we do some data entry and extract information from it. But after logging in, there will be a captcha box to be solved. So for now, bot pauses when it reaches the stage, someone manually solve the captcha and then the bot continues the rest of the steps. So we have a human intervention, not fully automated.
And recently we migrated from IE to Chrome. And I noticed, majority of the time, we are not getting the captcha box, so there is no need to solve the captcha at all. But sometimes we get it. We couldn't predict. So is there a way in a web portal, where we can completely disable the captcha by code in Chrome or any better way to handle it with no human intervention?