mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Merge pull request #4450 from HR/patch-1
Fix electron binary relative path
This commit is contained in:
@@ -49,7 +49,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')
|
||||
|
||||
Reference in New Issue
Block a user