WebAutomation 1.0.132

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

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 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 (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 20,035 8/16/2017
1.1.200 1,162 7/14/2017
1.1.187 1,225 5/29/2017
1.1.180 4,203 7/14/2016
1.0.160 4,075 2/21/2016
1.0.140 1,870 1/25/2016
1.0.132 1,333 1/10/2016
1.0.124 2,018 12/26/2015
1.0.117 2,381 12/13/2015
1.0.111 1,338 11/13/2015
1.0.108 1,965 11/11/2015
1.0.102 1,915 11/2/2015
1.0.99 2,494 8/28/2015
1.0.86 2,162 8/3/2015
1.0.84 1,987 6/18/2015
1.0.57 1,275 5/24/2015
1.0.42 1,631 4/19/2015
1.0.21 1,783 4/3/2015
1.0.17 1,547 4/2/2015

- Improve scrolling - if element is not visible on the screen, it will be automatically scrolled to the top/bottom of the screen before clicking on it. In addition, you can specify top/bottom margin for scrolling (in case if you have a fixed header/footer on the page).

- Properties - from now, each WebComponent will be aware of defined attributes (in XML file) via webComponent.Properties["attributeNme"].