I want to open a browser in incognito mode in a real Android device and then visit a URL. I found this question which asks how to do it with ADB and it looks like it is not supported. The other question asks how to do the same thing with Appium, and again people said that it is not possible. I couldn't find any other way to do it, does it mean that we cannot open a browser in incognito mode in a real Android device programmatically? That's very unfortunate!
Asked
Active
Viewed 1,176 times
5
-
1What are you actually trying to achieve? If you just want a browser window with no history, open up your own `WebView` and clear out the history/cache after. – kabuko Jan 13 '18 at 00:41
-
Possible duplicate of [Open Chrome in incognito mode on real Android Device using Appium](https://stackoverflow.com/questions/46568714/open-chrome-in-incognito-mode-on-real-android-device-using-appium) – aravithapa Jul 19 '18 at 07:45
-
already asked the same question in stack https://stackoverflow.com/questions/46568714/open-chrome-in-incognito-mode-on-real-android-device-using-appium?noredirect=1&lq=1 – aravithapa Jul 19 '18 at 07:46