How can I start a browser in incognito window?
Hi Alex,
You need to add the below command under chrome options:
options = new ChromeOptions();
options.AddArguments(""---incognito"");
How can I start a browser in incognito window?
Hi Alex,
You need to add the below command under chrome options:
options = new ChromeOptions();
options.AddArguments(""---incognito"");