MoonPigLibraryByTroySijuwade 1.2.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MoonPigLibraryByTroySijuwade --version 1.2.0
NuGet\Install-Package MoonPigLibraryByTroySijuwade -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MoonPigLibraryByTroySijuwade" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MoonPigLibraryByTroySijuwade --version 1.2.0
#r "nuget: MoonPigLibraryByTroySijuwade, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MoonPigLibraryByTroySijuwade as a Cake Addin
#addin nuget:?package=MoonPigLibraryByTroySijuwade&version=1.2.0

// Install MoonPigLibraryByTroySijuwade as a Cake Tool
#tool nuget:?package=MoonPigLibraryByTroySijuwade&version=1.2.0

This package is purely a library of useful classes which contains useful Selenium Webdriver related methods of interacting with web browsers when automating web applications. As this library was written as a proof of concept for MoonPig.Com its has been developed to intentionally covers automating ONLY within; Google Chrome, Firefox, Phantomjs browsers, as well as, the following web elements types, which existed in source HTML of the MoonPig website for the feature that I selected to automate {i.e. web element of type; 'span', 'div', 'li' and 'ol' in HTML}. However, the library can, quite easily be extended to cover additional web browsers of your choice {e.g. IE, etc} as well as other generic web element types in HTML {e.g. 'input', 'a', 'p',  'ul', etc}. The library also contains other useful classes that can be used to efficiently automate the web application under test}. All Selenium related methods for automating generic browser actions can be accessed via the abstract class: SeleniumBase. Enjoy.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Removed reference to PhantomJS in library ver 1.1.0