I am using Puppeteer to automate a task which requires google account sign-in. In the beginning it was working properly... but now the google account login isn't working. Tried googling went through many github issues but couldn't find working solution. It seems google detects automated browser and blocks login. Is there any righteous way by which I can automate google account login using puppeteer? If not puppeteer then any other alternative will also do?
Thanks!