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.
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.
// Install WebAutomation as a Cake Addin
#addin nuget:?package=WebAutomation&version=1.0.132

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

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 19,623 8/16/2017
1.1.200 966 7/14/2017
1.1.187 1,036 5/29/2017
1.1.180 3,949 7/14/2016
1.0.160 3,817 2/21/2016
1.0.140 1,647 1/25/2016
1.0.132 1,123 1/10/2016
1.0.124 1,792 12/26/2015
1.0.117 1,980 12/13/2015
1.0.111 1,132 11/13/2015
1.0.108 1,741 11/11/2015
1.0.102 1,697 11/2/2015
1.0.99 2,095 8/28/2015
1.0.86 1,940 8/3/2015
1.0.84 1,758 6/18/2015
1.0.57 1,071 5/24/2015
1.0.42 1,332 4/19/2015
1.0.21 1,386 4/3/2015
1.0.17 1,243 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"].