-
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 support? #276
Comments
I have never tried using chromium and I don't have a linux VM handy at the moment. Try this
And see if it works. If it does not I will try to figure it out tomorrow. |
That doesn't work. But this:
does! Thanks! (Would be nice to include this in canopy somehow, allowing |
I can add this tomorrow On Jul 14, 2016 11:30 PM, "Andres G. Aragoneses" [email protected]
|
Great thanks! On 15 July 2016 at 12:41, Chris Holt [email protected] wrote:
|
You can download the latest nuget with the fix here: https://www.nuget.org/packages/canopy/0.9.57 I didn't have a chance to test it, but it 'should work' =) |
I've tried 0.9.57 today and tested this, but still doesn't work. The error is not the same as the error I posted in my first message up here, see:
|
Oh, my bad, the problem is that I was still using |
Sure! |
You can download here: https://www.nuget.org/packages/canopy/0.9.60 You still need to pass Chrome Options as there is no Chromium options in selenium. |
Cool thanks! (But did you forget to push? I was curious to look at how you added it, but can't find the change :) ) |
I hadn't pushed. The change is now linked below your comment. |
Cool thanks! Works great. |
If I run "start chrome" from my Program.fs I get:
Many instructions around the web tell me download a binary... but, hey, I'm using chromium, not chrome, so the equivalent in my world, I guess, is to
apt-get install chromium-chromedriver
, but I still get the same error after I install this.So I tried
start chromium
instead ofstart chrome
and it doesn't compile obviously ("The value or constructorchromium
is not defined").Note: the
chromium-chromedriver
package installs the executable in /usr/lib/chromium-browser/chromedriver , maybe you should add this search path in canopy too when the /usr/local one is not found?The text was updated successfully, but these errors were encountered: