How to start browser in incognito window in C# - NUnit?

How to start browser in incognito window in C# - NUnit?

Hey Junior, You need to add the below command in the capabilities:

var options = new ChromeOptions();
options.AddArguments(""---incognito"")

;