I've been searching for a way to enable private browsing for Safari in the protractor conf file. I have gotten chrome to work with private browsing, with the below
chromeOptions: {
args: ["incognito", "disable-extensions"]
}
I havent found anything similar with Safari, if anyone can help that would be great.
Thanks.