Installation
The library is distributed as a NuGet package on the official NuGet.org feed. It can be installed as any other NuGet package either via GUI (search for Selenium.WebDriver.Extensions
) or by running the following command in the Package Manager Console in Visual Studio.
Install-Package Selenium.WebDriver.Extensions
Using either way will install the library package and its dependent packages and will add library references to the project.
Last updated
Was this helpful?