mercredi 4 novembre 2020

Selenium - C# - Chrome - Your connection to this site is not private pop up

I get the below pop-up when I run my selenium tests on chrome

chrome v = Version 81.0.4044.138

enter image description here

I have tried the following with no luck

 options.AddArgument("ignore-ssl-errors=yes");
 options.AddArgument("ignore-certificate-errors");
 options.AddArgument("allow-running-insecure-content");

Has anyone a solution to this?

Aucun commentaire:

Enregistrer un commentaire