This browser or app may not be secure - puppeteer

Meerakat

Elite Member
Joined
Sep 9, 2019
Messages
1,505
Reaction score
1,695
Has anybody ever fixed this issue? I've been trying to login into gmail using puppeteer but this shows up, or if there is a different alternative?
 
Set your user agent to mozzila. I can send you a snippet in a few hours when I get home.
 
Is this issue related to Python botting with selenium webdriver?
 
I would try setting your user agent to moz, it will fix your issue.
 
Disable headless mode and try integrating a package called puppeteer-extra-plugin-stealth. These steps might decrease your chances of being detected.
 
Have you tried setting headless: true ?
 
Back
Top