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

Could not load type WebDriverWait #262

Open
SvenAelterman opened this issue Oct 25, 2017 · 9 comments
Open

Could not load type WebDriverWait #262

SvenAelterman opened this issue Oct 25, 2017 · 9 comments

Comments

@SvenAelterman
Copy link

When using Selenium 3.5.2 or higher, I get this exception:
Could not load type 'OpenQA.Selenium.Support.UI.WebDriverWait' from assembly 'WebDriver.Support, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null'

Based on the stacktrace, the exception is triggered by ElementFinder.cs line 24.

I can't find anything in the Selenium release notes that would indicate a potential cause.

@jimmymain
Copy link

that class is no longer in WebDriver.Support

@SvenAelterman
Copy link
Author

Well, that would explain the issue.

I have the feeling Seleno's been largely abandoned as a project?

@jimmymain
Copy link

Let’s hope not
I am contributing to some other projects at the mo
Can’t help right now - but it’s a great abstraction - let’s hope it continues...

@SvenAelterman
Copy link
Author

@jimmymain I agree. I am trying to resolve, but the dependencies are all so out of date, it's hard to know where to begin :(

@jimmymain
Copy link

I installed pre 5.2.1 and it works fine

@robdmoore
Copy link
Member

robdmoore commented Oct 26, 2017 via email

@SvenAelterman
Copy link
Author

@jimmymain I don't understand "pre 5.2.1"? Version 5.2.1 of what?

@SvenAelterman
Copy link
Author

SvenAelterman commented Sep 11, 2019

So about two years later, and I've finally updated TestStack.Seleno. If anyone would like to try it out, it's here.

I haven't update the .nuspec yet, and there are still some NuGet packages out of date. However, Seleno now works with the latest Selenium (3.141).

@robdmoore I will submit a PR, but be aware it's a huge changeset.

@SvenAelterman
Copy link
Author

@robdmoore Update: PR submitted: #267

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

No branches or pull requests

3 participants