Skip to content

Commit

Permalink
docs: update selenium docs (#20336)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZwell authored and MarshallOfSound committed Sep 24, 2019
1 parent c32bea5 commit 26d9ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/using-selenium-and-webdriver.md
Expand Up @@ -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/
}
Expand Down

0 comments on commit 26d9ef9

Please sign in to comment.