docs: update selenium docs (#20336)

This commit is contained in:
Daniel Zwelling 2019-09-24 13:36:09 -07:00 committed by Samuel Attard
parent c32bea5ae0
commit 26d9ef9403

View file

@ -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/
}