We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firefox V32 needs Selenium Web Driver 2.43 to work. However Canopy dependency in Nuget is currently 2.42.
The only solution at the moment is to downgrade FF to V31.
Guess just have to wait for things to catch up.
The text was updated successfully, but these errors were encountered:
After running paket convert-from-nuget I saw related issues:
Paket resolved it and the paket.lock looks like:
paket.lock
NUGET remote: http://nuget.org/api/v2 specs: FSharp.Compiler.Service (0.0.36) FSharp.Formatting (2.4.3) Microsoft.AspNet.Razor (>= 2.0.30506.0) RazorEngine (>= 3.3.0) FSharp.Compiler.Service (>= 0.0.36) Microsoft.AspNet.Razor (2.0.30506.0) NUnit.Runners (2.6.3) Newtonsoft.Json (6.0.2) RazorEngine (3.3.0) Microsoft.AspNet.Razor (>= 2.0.30506.0) Selenium.Support (2.42.0) Selenium.WebDriver (>= 2.42.0) Selenium.WebDriver (2.42.0) SizSelCsZzz (0.3.36.0) Newtonsoft.Json (>= 6.0) Selenium.WebDriver (>= 2.40) Selenium.Support (>= 2.40)
Sorry, something went wrong.
New version is out. Thanks for the issue!
https://www.nuget.org/packages/canopy/0.9.15
Successfully merging a pull request may close this issue.
Firefox V32 needs Selenium Web Driver 2.43 to work. However Canopy dependency in Nuget is currently 2.42.
The only solution at the moment is to downgrade FF to V31.
Guess just have to wait for things to catch up.
The text was updated successfully, but these errors were encountered: