I'm trying to automate sign in into gmail and I get to see this error.
I think this must be because the website is able to detect the automation and blocking it. Can you all please tell me how to overcome this? I don't see this issue with my personal account but this happens only with a common account.
Changing the default selenium chrome profile of the automated browser worked for me.
Create a new Chrome profile or use an existing one with which you want to log in. Replace the default Selenium Chrome profile with your new profile. Then Turn on sync.
With this Chrome profile in place, I can skip the login steps and directly do the main process. Use: Chrome Options to add a newly created Chrome profile as an argument.
I hope this helps people who are facing similar challenges.