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.
<PackageVersion Include="WebAutomation.SpecFlowGenericSteps" Version="1.0.160" />
                    
Directory.Packages.props
<PackageReference Include="WebAutomation.SpecFlowGenericSteps" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package WebAutomation.SpecFlowGenericSteps@1.0.160
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WebAutomation.SpecFlowGenericSteps&version=1.0.160
                    
Install as a Cake Addin
#tool nuget:?package=WebAutomation.SpecFlowGenericSteps&version=1.0.160
                    
Install as a Cake Tool

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 4,046 5/25/2017
1.1.180 3,903 7/14/2016
1.0.160 3,905 2/21/2016
1.0.140 1,954 1/25/2016
1.0.124 2,036 12/26/2015
1.0.117 2,618 12/13/2015
1.0.108 2,083 11/11/2015
1.0.102 1,998 11/2/2015
1.0.99 2,062 8/28/2015
1.0.90 2,292 8/5/2015
1.0.84 2,398 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"