Hello
Have you try with private navigation ? (perhaps)
Exemple with edge in c#:
var edgeOptions = new EdgeOptions
{
UseChromium = true,
};
if (privateNav)
{
edgeOptions.AddArgument("inprivate");
}
Hope this helps
De : 'Tissi_2' via Selenium Users <seleniu...@googlegroups.com>
Envoyé : dimanche 13 mars 2022 16:41
À : Selenium Users <seleniu...@googlegroups.com>
Objet : [selenium-users] How to use an existing Firefox profile with Selenium 4 and Python
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
selenium-user...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/775a3134-3525-4dd5-8c13-f4587b6c1503n%40googlegroups.com.