How to start Edge browser in Incognito mode using selenium remote webdriver?
问题 Currently we are working on selenium (2.53.0) with Edge browser using C#. Edge browser stores cache information at 'localAppdata' folder because of cache, we are facing some issues while test cases execution. I try to delete all cookies information using selenium (DeleteAllCookies) but it not working for Edge browser. I read couple of Microsoft forums only way to skip cache, when we start Edge browser on incognito mode. Can any one suggest how to start Edge browser instance in private