📝 Update as upstream

[ci skip]
This commit is contained in:
Plusb Preco 2016-02-07 16:02:48 +09:00 committed by Cheng Zhao
parent 440eccb7ee
commit f63d8b4d5e
7 changed files with 26 additions and 14 deletions

View file

@ -48,7 +48,7 @@ var driver = new webdriver.Builder()
.withCapabilities({
chromeOptions: {
// 여기에 사용중인 Electron 바이너리의 경로를 지정하세요.
binary: '/Path-to-Your-App.app/Contents/MacOS/Atom',
binary: '/Path-to-Your-App.app/Contents/MacOS/Electron',
}
})
.forBrowser('electron')