WebAutomation.SpecFlowGenericSteps 1.0.160

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebAutomation.SpecFlowGenericSteps --version 1.0.160
NuGet\Install-Package WebAutomation.SpecFlowGenericSteps -Version 1.0.160
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="WebAutomation.SpecFlowGenericSteps" Version="1.0.160" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebAutomation.SpecFlowGenericSteps --version 1.0.160
#r "nuget: WebAutomation.SpecFlowGenericSteps, 1.0.160"
#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 WebAutomation.SpecFlowGenericSteps as a Cake Addin
#addin nuget:?package=WebAutomation.SpecFlowGenericSteps&version=1.0.160

// Install WebAutomation.SpecFlowGenericSteps as a Cake Tool
#tool nuget:?package=WebAutomation.SpecFlowGenericSteps&version=1.0.160

Package provides a ready to use SpecFlow steps for all commonly used actions based on WebAutomation framework. For more details see Project Site.

There are no supported framework assets in this 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
1.1.186 3,044 5/25/2017
1.1.180 2,996 7/14/2016
1.0.160 2,997 2/21/2016
1.0.140 1,510 1/25/2016
1.0.124 1,577 12/26/2015
1.0.117 1,828 12/13/2015
1.0.108 1,632 11/11/2015
1.0.102 1,524 11/2/2015
1.0.99 1,609 8/28/2015
1.0.90 1,846 8/5/2015
1.0.84 1,754 6/18/2015

- add generic steps for scroll action
- move base class to separate project WebAutomation.SpecFlow

Important: From this version, this package provides only the file with generic steps (without dll). In order to use SpecFlowTestBase class, please add additional using to your code:
"using WebAutomation.SpecFlow"