-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
Lukasz Rajchel edited this page Aug 18, 2016
·
6 revisions
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
Using the library
Extending the library