Hi,
I’m automating the login process for a banking application. When logging in via a UiPath bot, a CAPTCHA appears, whereas it does not during manual login. Could anyone provide insights into potential causes and solutions?
Thanks,
Rosmi Varghese
Hi,
I’m automating the login process for a banking application. When logging in via a UiPath bot, a CAPTCHA appears, whereas it does not during manual login. Could anyone provide insights into potential causes and solutions?
Thanks,
Rosmi Varghese
some sites are using scripts to check if it is a web crawler activity going on..there is no direct way to avoid…you can try using hardware events to make it look like normal human instead of other input methods
cheers
The website is detecting the automation. Try using Cursor Motion Type = Smooth with Input type = Hardware events or Windows Messages
Hi ,
Thanks for your response.
I tried these options in properties panel still the CAPTCHA field appears.
Ok then it looks like they have strict measures about restricting automation of their website.
Try using Keyboard shortcuts like Enter/Tab etc.
Is this requirement for your organization and the banking application belongs to a client?
In that case, if none of the methods suggested works, you guys can also talk to the client and share your observations on their website to seek if something can be done to bypass the login via automation.
If it’s for your personal use you are automating, and none of the methods suggested work, it may be a dead end as application is preventing any non-human access to the same.
Regards
Sonali
Hi,
I tried to copy the credentials to clipboard using UiPath Set to clipboard activity and then used Set hotkey to paste the credentials. Now the bank portal cant identify the bot activity and login works without CAPTCHA.
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.