I am not sure where to give the options. Any help would be great.
Found it:
var options = { desiredCapabilities: { browserName: "chrome", chromeOptions: { args: ["incognito"] } } };
Most helpful comment
Found it: