TeamControlium.Controlium 2.0.3

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

// Install TeamControlium.Controlium as a Cake Tool
#tool nuget:?package=TeamControlium.Controlium&version=2.0.3

Software test automation framework for Selenium using a Control based mapping approach to enable test engineers to build readable, highly extensible and sustainable automation test suites.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
2.1.1 390 7/20/2021
2.1.0 342 7/7/2021
2.0.3 297 7/5/2021
2.0.2 333 7/2/2021
2.0.1 325 7/1/2021
2.0.0 313 7/1/2021
1.0.1 940 2/9/2018
1.0.0 960 2/7/2018

Added SwitchTo functionality to enable tests to switch to another browser window based on presence of an object.
Added ability to create Selenium commandline arguments in Repository.
Added ability to Refresh a Controlium Element and all ancestors to remove Selenium element stalinity.
Extended Control Exists functionality
Added to text getting functionality to enable automatical inclusion of Pseudo element content if it exists.
Fixed minor issues reported by users