This is an early version of incognito support for Google Chrome. Only use if you want to test this early version of the feature.
Adds the private property to the Browser option in handlers:
module.exports = {
defaultBrowser: "Google Chrome",
handlers: [
{
match: "http://example.com",
browser: {
name: "Google Chrome",
private: true
}
}
]
};
When using this feature you need to give Finicky access to controlling Chrome:
Note that due to a bug it is currently not possible to open Chrome in the background (Due to this bug #71), and the incognito mode feature doesn't support it at all.