Skip to content

Commit 5e3402c

Browse files
authored
Merge pull request #1040 from mquevill/NewChromeDriverURL
doc: Update URL for ChromeDriver docs
2 parents 493378e + 0ef5837 commit 5e3402c

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
@@ -6,7 +6,7 @@
66
### 🚨 On February 1, 2022, Spectron will be officially deprecated by the Electron team. Please read about more about [our planned deprecation here](https://github.com/electron-userland/spectron/issues/1045).
77

88
Easily test your [Electron](http://electron.atom.io) apps using
9-
[ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver) and
9+
[ChromeDriver](https://sites.google.com/chromium.org/driver) and
1010
[WebdriverIO](http://webdriver.io).
1111

1212
## Version Map
@@ -159,7 +159,7 @@ Create a new application with the following options:
159159
array.
160160
* `args` - Array of arguments to pass to the Electron application.
161161
* `chromeDriverArgs` - Array of arguments to pass to ChromeDriver.
162-
See [here](https://sites.google.com/a/chromium.org/chromedriver/capabilities) for details on the Chrome arguments.
162+
See [here](https://sites.google.com/chromium.org/driver/capabilities) for details on the Chrome arguments.
163163
* `cwd`- String path to the working directory to use for the launched
164164
application. Defaults to `process.cwd()`.
165165
* `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)