You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Chrome, chromeDir is pointing to /usr/bin/ but since Mac OS 10.11 El Capitan, binaries installed by user are now located in /usr/local/bin/ (this is a part of Apple System Integrity Protection feature).
We applied the following workaround: chromeDir <- "/usr/local/bin/"
Error:
Unhandled Exception:
OpenQA.Selenium.DriverServiceNotFoundException: The file /usr/bin/chromedriver does not exist. The driver can be downloaded at http://chromedriver.storage.googleapis.com/index.html
at OpenQA.Selenium.DriverService..ctor (System.String servicePath, System.Int32 port, System.String driverServiceExecutableName, System.Uri driverServiceDownloadUrl) [0x00059] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at OpenQA.Selenium.Chrome.ChromeDriverService..ctor (System.String executablePath, System.String executableFileName, System.Int32 port) [0x00033] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at OpenQA.Selenium.Chrome.ChromeDriverService.CreateDefaultService (System.String driverPath, System.String driverExecutableFileName) [0x00007] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at OpenQA.Selenium.Chrome.ChromeDriverService.CreateDefaultService (System.String driverPath) [0x00006] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at canopy.core.start (canopy.types+BrowserStartMode b) [0x00190] in <58ed6ba8d8107025a7450383a86bed58>:0
at <StartupCode$UITest>.$Program.main@ () [0x00132] in /Users/iMavis/Documents/Site/web-ui-tests/UITest/Program.fs:57
[ERROR] FATAL UNHANDLED EXCEPTION: OpenQA.Selenium.DriverServiceNotFoundException: The file /usr/bin/chromedriver does not exist. The driver can be downloaded at http://chromedriver.storage.googleapis.com/index.html
at OpenQA.Selenium.DriverService..ctor (System.String servicePath, System.Int32 port, System.String driverServiceExecutableName, System.Uri driverServiceDownloadUrl) [0x00059] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at OpenQA.Selenium.Chrome.ChromeDriverService..ctor (System.String executablePath, System.String executableFileName, System.Int32 port) [0x00033] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at OpenQA.Selenium.Chrome.ChromeDriverService.CreateDefaultService (System.String driverPath, System.String driverExecutableFileName) [0x00007] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at OpenQA.Selenium.Chrome.ChromeDriverService.CreateDefaultService (System.String driverPath) [0x00006] in <2096f357ed27440a8e98c8a8dd645cdd>:0
at canopy.core.start (canopy.types+BrowserStartMode b) [0x00190] in <58ed6ba8d8107025a7450383a86bed58>:0
at <StartupCode$UITest>.$Program.main@ () [0x00132] in /Users/iMavis/Documents/Site/web-ui-tests/UITest/Program.fs:57
Thank you,
Michael
The text was updated successfully, but these errors were encountered:
milkeg
changed the title
Chromium: chromeDir under MacOS
Chromium: chromeDir path under MacOS
Apr 12, 2017
milkeg
changed the title
Chromium: chromeDir path under MacOS
Chrome: chromeDir path under MacOS
Apr 12, 2017
Hello,
For Chrome, chromeDir is pointing to /usr/bin/ but since Mac OS 10.11 El Capitan, binaries installed by user are now located in /usr/local/bin/ (this is a part of Apple System Integrity Protection feature).
We applied the following workaround: chromeDir <- "/usr/local/bin/"
Error:
Thank you,
Michael
The text was updated successfully, but these errors were encountered: