Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the newer, more concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
dotnet add package Selenium.WebDriver --version 2.21.0
Install-Package Selenium.WebDriver -Version 2.21.0
| 包名 | 版本要求 |
|---|---|
| Newtonsoft.Json | [4.5.1, 4.5.1] |
| DotNetZip | [1.9.1.8, 1.9.1.8] |
| 作者 | Selenium Committers |
|---|---|
| 发布时间 | 2012-04-11 19:49:03 |
| 项目主页 | http://code.google.com/p/selenium/ |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |