第一部分: how to integrate Selenium WebDriver with Visual Studio 2010

1 Open Package Manager Console(http://docs.nuget.org/docs/start-here/using-the-package-manager-console)

Tools->Library Package Manager

input the command below:

Install-Package Selenium.WebDriver

2 There are some reasons though to use the Selenium-Server with Selenium-WebDriver.

  • You are using Selenium-Grid to distribute your tests over multiple machines or virtual machines (VMs).
  • You want to connect to a remote machine that has a particular browser version that is not on your current machine.
  • You are not using the Java bindings (i.e. Python, C#, or Ruby) and would like to use HtmlUnit Driver

相关文章:

  • 2021-09-11
  • 2022-02-16
  • 2021-12-12
  • 2021-12-06
  • 2022-12-23
  • 2021-05-28
  • 2021-05-20
  • 2022-12-23
猜你喜欢
  • 2021-10-26
  • 2021-05-01
  • 2021-08-26
  • 2021-11-20
  • 2022-01-03
相关资源
相似解决方案