Merge master

This commit is contained in:
Jessica Lord 2015-09-02 10:23:37 -07:00
commit 131cd9cff6
76 changed files with 1390 additions and 854 deletions

View file

@ -29,7 +29,11 @@ var app = require('app');
app.addRecentDocument('/Users/USERNAME/Desktop/work.type');
```
<<<<<<< HEAD
You can use [app.clearRecentDocuments](clearrecentdocuments) API to empty
=======
And you can use [app.clearRecentDocuments][clearrecentdocuments] API to empty
>>>>>>> master
the recent documents list:
```javascript

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
> members of the Chromium and WebDriver teams.
In Electron's [releases](https://github.com/atom/electron/releases) page you
can find archives of `chromedriver`. There is no difference between Electron's
distribution of `chromedriver` and the upstream ones, but in order to use
`chromedriver` with Electron, you will need a special setup.
Also note 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.
In order to use `chromedriver` with Electron you have to tell it where to
find Electron and make it think Electron is the Chrome browser.
## Setting up with WebDriverJs