How to start browser in incognito window using NightwatchJS?
Hey Miro,
In Chrome you can try using incognito command line switch in options;
ChromeOptions options = new ChromeOptions();
options.addArguments("incognito");
How to start browser in incognito window using NightwatchJS?
Hey Miro,
In Chrome you can try using incognito command line switch in options;
ChromeOptions options = new ChromeOptions();
options.addArguments("incognito");