Skip to content
Advertisement

Tag: selenium-chromedriver

Unable to sign into google with selenium automation because of “This browser or app may not be secure.”

I am trying to login to google with selenium and I keep getting the error that “This browser or app may not be secure.” The function I use to log in is: It is the same problem as https://stackoverflow.com/questions/59433453/unable-to-log-into-google-account-in-selenium-chrome-driver and https://stackoverflow.com/questions/59276975/couldnt-sign-you-in-this-browser-or-app-may-be-insecure-python-selenium-chrome I have tried using both the chrome and firefox web drivers and both don’t work. I have also tried

Advertisement