WebAutomation.SpecFlowGenericSteps
1.0.160
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
<PackageReference Include="WebAutomation.SpecFlowGenericSteps" Version="1.0.160" />
paket add WebAutomation.SpecFlowGenericSteps --version 1.0.160
#r "nuget: WebAutomation.SpecFlowGenericSteps, 1.0.160"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- Selenium.WebDriver (>= 2.52.0)
- SpecFlow (>= 1.9.0)
- WebAutomation (>= 1.0.160)
- WebAutomation.SpecFlow (>= 1.0.160)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- 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"