Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Selenium ChromeDriver在.NET中的什么位置?_Selenium_Selenium Chromedriver - Fatal编程技术网

Selenium ChromeDriver在.NET中的什么位置?

Selenium ChromeDriver在.NET中的什么位置?,selenium,selenium-chromedriver,Selenium,Selenium Chromedriver,我提到过 nunit.framework 网络驱动程序 WebDriver.Support 我已经下载了ChromDriver.exe,将它放在一个目录中,并将该目录包含在系统变量>路径中。但我看不到intellisense中的实际类 您可能需要包括: using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Support.UI; 链接可能对VS有帮助

我提到过

  • nunit.framework
  • 网络驱动程序
  • WebDriver.Support
我已经下载了ChromDriver.exe,将它放在一个目录中,并将该目录包含在系统变量>路径中。但我看不到intellisense中的实际类


您可能需要包括:

using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.Support.UI;
链接可能对VS有帮助