WebDriverModels 0.10.6

dotnet add package WebDriverModels --version 0.10.6
NuGet\Install-Package WebDriverModels -Version 0.10.6
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="WebDriverModels" Version="0.10.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebDriverModels --version 0.10.6
#r "nuget: WebDriverModels, 0.10.6"
#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 WebDriverModels as a Cake Addin
#addin nuget:?package=WebDriverModels&version=0.10.6

// Install WebDriverModels as a Cake Tool
#tool nuget:?package=WebDriverModels&version=0.10.6

Simple project to extend the idea of PageObjectModels for Selenium WebDriver. Define simple classes to represent your page or portion of a page, and use attributes to tell WebDriver how the model maps to the html.

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

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
0.10.6 1,663 8/5/2014
0.10.4 1,133 6/17/2014
0.10.3 1,082 6/16/2014
0.10.2 1,067 6/13/2014
0.10.1 1,043 6/12/2014
0.10.0 1,058 6/1/2014
0.9.0 1,033 5/20/2014
0.8.0 1,091 5/7/2014
0.7.2 1,226 11/28/2013
0.7.0 1,150 11/28/2013
0.6.0 1,138 11/27/2013
0.5.0 1,093 11/19/2013
0.4.3 1,125 8/12/2013

Added extra property 'FindFirstVisibleElement' to ModelLocatorAttribute to allow searching for the first visible element as opposed to the first (which may be hidden).