I set Chrome as default brower. To open a URL in Chrome, I wrote:
Process.Start(\"http://domain.com\");
Is any way to open that URL in incognit
I wrote this and it successfull:
Process.Start(@"chrome.exe", "--incognito http://domain.com");