Open GoogleCodeExporter opened 9 years ago
For Chrome:
driver.AddArgument("--incognito")
driver.Start "chrome", "http:..."
For Firefox:
driver.SetPreference("browser.privatebrowsing.autostart", True)
driver.Start "firefox", "http:..."
Original comment by florentbr
on 21 Jul 2015 at 6:45
Original issue reported on code.google.com by
heesung2...@gmail.com
on 30 Jun 2015 at 4:10