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.29.0
Install-Package Selenium.WebDriver -Version 2.29.0
| 作者 | Selenium Committers |
|---|---|
| 发布时间 | 2013-01-17 19:49:00 |
| 项目主页 | http://code.google.com/p/selenium/ |
| 许可证 | http://www.apache.org/licenses/LICENSE-2.0 |