Clarify Selenium and WebDriver documentation
This commit is contained in:
parent
f5f3278ffa
commit
e71d2bd8e7
1 changed files with 2 additions and 8 deletions
|
@ -8,14 +8,8 @@ From [ChromeDriver - WebDriver for Chrome][chrome-driver]:
|
||||||
> implements WebDriver's wire protocol for Chromium. It is being developed by
|
> implements WebDriver's wire protocol for Chromium. It is being developed by
|
||||||
> members of the Chromium and WebDriver teams.
|
> members of the Chromium and WebDriver teams.
|
||||||
|
|
||||||
In Electron's [releases](https://github.com/atom/electron/releases) page you
|
In order to use `chromedriver` together with Electron you have to tell it where to
|
||||||
can find archives of `chromedriver`, there is no difference between Electron's
|
find Electron and make it think Electron is Chrome browser.
|
||||||
distribution of `chromedriver` and upstream ones, so in order to use
|
|
||||||
`chromedriver` together with Electron, you will need some special setup.
|
|
||||||
|
|
||||||
Also notice that only minor version update releases (e.g. `vX.X.0` releases)
|
|
||||||
include `chromedriver` archives, because `chromedriver` doesn't change as
|
|
||||||
frequent as Electron itself.
|
|
||||||
|
|
||||||
## Setting up with WebDriverJs
|
## Setting up with WebDriverJs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue