Froggee.Framework 14.1.9

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 Froggee.Framework --version 14.1.9
NuGet\Install-Package Froggee.Framework -Version 14.1.9
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="Froggee.Framework" Version="14.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Froggee.Framework --version 14.1.9
#r "nuget: Froggee.Framework, 14.1.9"
#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 Froggee.Framework as a Cake Addin
#addin nuget:?package=Froggee.Framework&version=14.1.9

// Install Froggee.Framework as a Cake Tool
#tool nuget:?package=Froggee.Framework&version=14.1.9

Our goal is to make all the wonderful capabilities of Selenium easy to use and work with using C# and NUnit to run the tests.

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

Froggee Framework is built on the idea of allowing .NET based software development and testing teams to leverage power of Selenium. The lack of support for C# libraries of Selenium inspired us to develop an easy to use framework that simplifies cross browser testing by separating configuration and test scripting. In addition, framework is extended to allow testers to script using Command, Target, Value pattern which is borrowed from Selenium IDE. This approach allows even manual testers to adapt from Selenium IDE to C# Nunit tests scripting based on Froggee Framework.

See tutorials on how to setup & run tests using our framework using the link below.
http://froggeeframework.com/#/getstarted

- Added RemoteWebDriver configuration support. See App.config file for a Browserstack configuration example.