Skip to content
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

Nuget dependency problem with Selenium Web Driver 2.43 #166

Closed
taramclean opened this issue Sep 17, 2014 · 2 comments · Fixed by #167
Closed

Nuget dependency problem with Selenium Web Driver 2.43 #166

taramclean opened this issue Sep 17, 2014 · 2 comments · Fixed by #167

Comments

@taramclean
Copy link

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.

@forki
Copy link
Contributor

forki commented Sep 17, 2014

After running paket convert-from-nuget I saw related issues:

image

Paket resolved it and the paket.lock looks like:

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)

@lefthandedgoat
Copy link
Owner

New version is out. Thanks for the issue!

https://www.nuget.org/packages/canopy/0.9.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants