cannot sign google with selenium

b2btradeworld

BANNED
Joined
Feb 14, 2021
Messages
1,056
Reaction score
269
I think in January google have an update disable auto-login google with selenium
I am always got the error ,anyone who on the same boat got this error?

微信图片_20210110152759 (1).png
 

Attachments

  • 微信图片_20210110152759 (1).png
    微信图片_20210110152759 (1).png
    17.3 KB · Views: 134
Maybe try changing the user agent to a real user chrome desktop one.
 
What driver are you using? Chromedriver or geckodriver?
I find it easier interacting with google services when I use firefox(geckodriver) instead of Chrome browser
 
const StealthPlugin = require('puppeteer-extra-plugin-stealth')
puppeteer.use(StealthPlugin())


will help
 
What driver are you using? Chromedriver or geckodriver?
I find it easier interacting with google services when I use firefox(geckodriver) instead of Chrome browser
const StealthPlugin = require('puppeteer-extra-plugin-stealth')
puppeteer.use(StealthPlugin())


will help
I use python and I tried both chrome, firfox
Not work
It was works a few months ago,but failed these time
 
Back
Top