Update as upstream

This commit is contained in:
Takahito Yamatoya 2016-02-22 00:59:18 +09:00
parent 361b9cad0f
commit 9e1da8f097
5 changed files with 57 additions and 8 deletions

View file

@ -41,7 +41,7 @@ var driver = new webdriver.Builder()
.withCapabilities({
chromeOptions: {
// Here is the path to your Electron binary.
binary: '/Path-to-Your-App.app/Contents/MacOS/Atom',
binary: '/Path-to-Your-App.app/Contents/MacOS/Electron',
}
})
.forBrowser('electron')