c# - Cannot convert IWebElement to IWebElement after updating selenium -
i have updated selenium 2.29.1
2.35
, , getting riddiculous error messages when try compile application:
first error:
cannot convert 'openqa.selenium.iwebelement [c:\my_project_path\packages\selenium.webdriver.2.35.0\lib\net40\webdriver.dll]' 'openqa.selenium.iwebelement'
second error:
the type 'openqa.selenium.iwebelement' defined in assembly not referenced. must add reference assembly 'webdriver, version=2.31.2.0, culture=neutral, publickeytoken=1c2bd1631853048f'.
how solve this?
ps. have reference webdriver.dll
in project (which contains iwebelement)
okay, can close now. solved it, there 1 old reference nuget update didn't find, had manually reinstall it. works expected.
Comments
Post a Comment