Skip to content

Installation

Lukasz Rajchel edited this page Jul 18, 2015 · 6 revisions

Installation

To install the extensions to your project, simply run the following command in the Visual Studio Package Manager

Install-Package Selenium.WebDriver.Extensions

#Uninstallation

If you decide that you don't need the package anymore you can uninstall it also with the Visual Studio Package Manager by running the following command.

Uninstall-Package Selenium.WebDriver.Extensions
Clone this wiki locally