File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ dependencies] ( https://img.shields.io/david/electron/spectron.svg )] ( https://david-dm.org/electron/spectron ) [ ![ license: mit ] ( https://img.shields.io/badge/license-mit-blue.svg )] ( https://opensource.org/licenses/MIT ) [ ![ npm:] ( https://img.shields.io/npm/v/spectron.svg )] ( https://www.npmjs.com/package/spectron ) [ ![ downloads] ( https://img.shields.io/npm/dm/spectron.svg )] ( https://www.npmjs.com/package/spectron )
5
5
6
6
Easily test your [ Electron] ( http://electron.atom.io ) apps using
7
- [ ChromeDriver] ( https://sites.google.com/a/ chromium.org/chromedriver ) and
7
+ [ ChromeDriver] ( https://sites.google.com/chromium.org/driver ) and
8
8
[ WebdriverIO] ( http://webdriver.io ) .
9
9
10
10
## Version Map
@@ -157,7 +157,7 @@ Create a new application with the following options:
157
157
array.
158
158
* ` args ` - Array of arguments to pass to the Electron application.
159
159
* ` chromeDriverArgs ` - Array of arguments to pass to ChromeDriver.
160
- See [ here] ( https://sites.google.com/a/ chromium.org/chromedriver /capabilities ) for details on the Chrome arguments.
160
+ See [ here] ( https://sites.google.com/chromium.org/driver /capabilities ) for details on the Chrome arguments.
161
161
* ` cwd ` - String path to the working directory to use for the launched
162
162
application. Defaults to ` process.cwd() ` .
163
163
* ` env ` - Object of additional environment variables to set in the launched
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ declare module 'spectron' {
195
195
args ?: string [ ] ;
196
196
/**
197
197
* Array of arguments to pass to ChromeDriver.
198
- * See here (https://sites.google.com/a/ chromium.org/chromedriver /capabilities) for details
198
+ * See here (https://sites.google.com/chromium.org/driver /capabilities) for details
199
199
* on the Chrome arguments.
200
200
*/
201
201
chromeDriverArgs ?: string [ ] ;
You can’t perform that action at this time.
0 commit comments