How to create session on incognito window?

Is it possible to create session on incognito window?

Hi Miro,

To create a session in incognito window, user needs to pass arguments inside the chrome options like:

ChromeOptions options = new ChromeOptions();
options.addArguments("--incognito");