Skip to content

Commit 0ef5837

Browse files
committed
doc: Update URL for ChromeDriver docs
1 parent 0e70f1b commit 0ef5837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![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)
55

66
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
88
[WebdriverIO](http://webdriver.io).
99

1010
## Version Map
@@ -157,7 +157,7 @@ Create a new application with the following options:
157157
array.
158158
* `args` - Array of arguments to pass to the Electron application.
159159
* `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.
161161
* `cwd`- String path to the working directory to use for the launched
162162
application. Defaults to `process.cwd()`.
163163
* `env` - Object of additional environment variables to set in the launched

lib/spectron.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ declare module 'spectron' {
195195
args?: string[];
196196
/**
197197
* 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
199199
* on the Chrome arguments.
200200
*/
201201
chromeDriverArgs?: string[];

0 commit comments

Comments
 (0)