How to instantiate InternetExplorerDriver with Selenium WebDriver using C#

后端 未结 5 1273
抹茶落季
抹茶落季 2021-01-17 18:45
new InternetExplorerDriver();

But I could see exception as below:

OpenQA.Selenium.DriverServiceNotFoundException was unhandled by u         


        
5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 19:11

    You need to install IEDriverServer and make it part of your project.

    This Post contains the download link and some additional information on making it part of your project.

提交回复
热议问题