Merge master
This commit is contained in:
commit
131cd9cff6
76 changed files with 1390 additions and 854 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue