Watir is a Selenium-based black-box testing tool that can automate tasks on the browser.
I would like to be able to open up a Watir::Browser.new that is in private b
For Chrome
browser = Watir::Browser.new :chrome, switches: ['--incognito']