chromiumoxide icon indicating copy to clipboard operation
chromiumoxide copied to clipboard

`Browser::start_incognito_context` doesn't start incognito context if browser is started in incognito mode

Open d4h0 opened this issue 4 years ago • 0 comments

Hi,

If a browser is started with the following config:

BrowserConfig::builder().incognito().with_head().build()

...later calls of Browser::start_incognito_context do not open an incognito context.

If .incognito() above is removed, everything works as expected.

d4h0 avatar Oct 31 '21 10:10 d4h0