“IEDriverServer does not exist” error during running Selenium test with C# in Windows 7

前端 未结 7 1487
青春惊慌失措
青春惊慌失措 2020-12-08 15:01

I\'m working on Automation framework using WebDriver with C#. Its working fine with Firefox but not with IE.

I am getting the following error:

7条回答
  •  悲&欢浪女
    2020-12-08 15:37

    If you're working with Visual Studio and C# I've updated my NareshScaler nuget package to install IEDriverServer, ChromeDriver etc automatically, meaning you can get up and running quicker.

    http://nuget.org/packages/NareshScaler

提交回复
热议问题