Skip to content

Copies PhantomJS to your output directory upon build to prevent it from being needed to be checked in to source control.

License

Notifications You must be signed in to change notification settings

jlbeard84/nupkg-selenium-webdriver-phantomjs

Repository files navigation

NuGet package - Selenium WebDriver PhantomJS

NuGet Package

Selenium.WebDriver.PhantomJS

This NuGet package installs PhantomJS into the bin directory of your Selenium Unit Test project. This project is heavily inspired by and borrows from the Selenium.WebDriver.ChromeDriver project.

Getting Started

Just add this nuget package to your test project and it will copy PhantomJS to the bin folder during the build process. This way, there is no need to commit PhantomJS.exe to your source control repository.

Installing

At the package manager console on Visual Studio, enter following command:

PM> Install-Package Selenium.WebDriver.PhantomJS

License

This project is licensed under the BSD license in compliance with PhantomJS licensing resctrictions. See LICENSE.bsd for details.

Acknowledgments

PhantomJS

About

Copies PhantomJS to your output directory upon build to prevent it from being needed to be checked in to source control.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published