WebAutomation 1.1.180
See the version list below for details.
dotnet add package WebAutomation --version 1.1.180
NuGet\Install-Package WebAutomation -Version 1.1.180
<PackageReference Include="WebAutomation" Version="1.1.180" />
paket add WebAutomation --version 1.1.180
#r "nuget: WebAutomation, 1.1.180"
// Install WebAutomation as a Cake Addin #addin nuget:?package=WebAutomation&version=1.1.180 // Install WebAutomation as a Cake Tool #tool nuget:?package=WebAutomation&version=1.1.180
The framework provides an easy to use layer for writing Selenium tests using the Page Object Pattern. Based on XML, you can automatically generate all necessary C# classes, which will represent the tested websites. For more details see Project Site.
Product | Versions 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. |
-
- Selenium.WebDriver (>= 2.53.1)
- Unity (>= 4.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WebAutomation:
Package | Downloads |
---|---|
WebAutomation.SpecFlow
Integration between SpecFlow and WebAutomation. For more details see Project Site. |
|
WebAutomation.SpecFlowGenericSteps
Package provides a ready to use SpecFlow steps for all commonly used actions based on WebAutomation framework. For more details see Project Site. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.202 | 19,762 | 8/16/2017 |
1.1.200 | 989 | 7/14/2017 |
1.1.187 | 1,052 | 5/29/2017 |
1.1.180 | 4,022 | 7/14/2016 |
1.0.160 | 3,887 | 2/21/2016 |
1.0.140 | 1,690 | 1/25/2016 |
1.0.132 | 1,147 | 1/10/2016 |
1.0.124 | 1,834 | 12/26/2015 |
1.0.117 | 2,023 | 12/13/2015 |
1.0.111 | 1,158 | 11/13/2015 |
1.0.108 | 1,777 | 11/11/2015 |
1.0.102 | 1,737 | 11/2/2015 |
1.0.99 | 2,142 | 8/28/2015 |
1.0.86 | 1,978 | 8/3/2015 |
1.0.84 | 1,795 | 6/18/2015 |
1.0.57 | 1,094 | 5/24/2015 |
1.0.42 | 1,349 | 4/19/2015 |
1.0.21 | 1,404 | 4/3/2015 |
1.0.17 | 1,264 | 4/2/2015 |
Important - this version is not fully backward compatible.
Changes:
- Added SessionManager class in order to use multiple instances of WebDriver in a single test.
- Added ExtensionManager class for registering activities / replacing framework implementation. Using Unity.config file is no longer supported.
- Added new type of activity "OnAction", which will be executed before and/or after an action. It may be helpful when dealing with dynamic elements, i.e. to implement some additional "wait" logic.
- Other minor improvements.