We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971caaa commit 07fa133Copy full SHA for 07fa133
chrome/test/chromedriver/chrome/chrome_finder.cc
@@ -88,7 +88,7 @@ bool FindChrome(base::FilePath* browser_exe) {
88
};
89
#elif defined(OS_MACOSX)
90
base::FilePath browser_exes_array[] = {
91
- base::FilePath("node-webkit")
+ base::FilePath("node-webkit.app/Contents/MacOS/node-webkit")
92
93
#elif defined(OS_LINUX)
94
0 commit comments