Could not load file or assembly 'WebDriver, Version=2.35.0.0 …'

前端 未结 1 1897
太阳男子
太阳男子 2021-01-24 04:10

I followed steps of \"Selenium components for Coded UI Cross Browser Testing\".

But I had download the lastest version of:

WebDriver.ChromeDriver.win32 2.4.0 htt

相关标签:
1条回答
  • 2021-01-24 04:32

    You're running into the main problem with using strong-named (so-called "signed") assemblies as references. The Microsoft cross-browser tools are bound to a reference to a specific version of the Selenium .NET bindings. In this case, the version of the cross-browser tools directly reference 2.35.0 of the .NET bindings. No other version will do; you'll have to download specifically that version of the .NET bindings.

    0 讨论(0)
提交回复
热议问题