How to start browser in incognito window in Specflow ?
Hey Richard,
To start browser in incognito window in Specflow, you need to add the below command in the capabilities:
var options = new ChromeOptions();
options.AddArguments("---incognito");
How to start browser in incognito window in Specflow ?
Hey Richard,
To start browser in incognito window in Specflow, you need to add the below command in the capabilities:
var options = new ChromeOptions();
options.AddArguments("---incognito");