简体   繁体   中英

c# Selenium Try using a different browser. If you’re already using a supported browser, you can refresh your screen and try again to sign in

在此处输入图像描述

ChromeDriver drv1;
drv1 = new ChromeDriver(co);
drv1.Navigate().GoToUrl("https://accounts.google.com/signin");

i get this error when logging in google, I cannot log into any accounts. Please help me thank you so much

Try allowing less secured apps on your google account. Make sure you don't have 2-factor authentication enabled cause it won't work with that on. You can find this option here: https://myaccount.google.com/lesssecureapps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM