自定义电子会话路径

Custom Electron Session Path

我正在使用使用 Electron 的 Nightmarejs。

我想更改 Electron webPreferences partitions 位置的路径(保存它的目录)。默认保存在 ~/.config/Electron/Partitions.

我在 Nightmarejs 文档中找不到任何内容。所以我尝试查找 Sessions module of Electron 但我仍然找不到更改目录路径的方法。

或者甚至可以改变 Electron 路径?

这里是改变电子路径的方法https://github.com/electron/electron/blob/master/docs/api/app.md#appgetpathname

然后要在 nightmarejs 中执行此操作,您需要在此处将其添加为初始化 nightmarejs 的选项 https://github.com/segmentio/nightmare#paths

我想这就是答案。