-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium: chromeDir path under Linux #362
Comments
That is only a workaround. The point of the fix for #276 was to be able to use ChromiumWithOptions() (instead of ChromeWithOptions), which would just work. Something got broken recently then. |
Yep I found the regression. I will fix tonight. |
You can download these fixes in the latest nuget package. Sorry about that! https://www.nuget.org/packages/canopy/1.2.3 |
Hello,
Since we upgraded to Canopy 1.2.2, we are facing a DriverServiceNotFoundException error.
It seems that now chromeDir is pointing by default to /usr/bin/chromedriver instead of /usr/lib/chromium-browser/ (in Canopy 1.0.1 at least).
It seems related to a previous issue faced by @knocte #276
Just to raise you the point as it might be a regression.
On our side, we fixed it using chromeDir <- "/usr/lib/chromium-browser/"
Error:
Thank you,
Michael
The text was updated successfully, but these errors were encountered: