|
@@ -139,7 +139,7 @@ const options = {
|
|
|
port: 9515, // "9515" is the port opened by chrome driver.
|
|
|
desiredCapabilities: {
|
|
|
browserName: 'chrome',
|
|
|
- chromeOptions: {
|
|
|
+ 'goog:chromeOptions': {
|
|
|
binary: '/Path-to-Your-App/electron', // Path to your Electron binary.
|
|
|
args: [/* cli arguments */] // Optional, perhaps 'app=' + /path/to/your/app/
|
|
|
}
|