Merge pull request #2686 from astoilkov/patch-4

Clarify Selenium and WebDriver documentation
This commit is contained in:
Cheng Zhao 2015-09-02 20:45:24 +08:00
commit f12ccac17e

View file

@ -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