CodedUIAgilityPack 1.0.6

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

// Install CodedUIAgilityPack as a Cake Tool
#tool nuget:?package=CodedUIAgilityPack&version=1.0.6

Package to help and make easy create Coded UI Tests without using the record option.
You can start and finish your tests only coding. CodedUI Agility Pack will help you to find your controls and manipulate their properties.

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.

This package has no dependencies.

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
1.0.6 2,078 10/25/2017
1.0.5 2,078 9/26/2017
1.0.4 1,874 9/25/2017
1.0.3 2,017 9/24/2017
1.0.2 1,889 9/20/2017
1.0.1 1,914 9/20/2017
1.0.0 1,800 9/13/2017

1.0.0:
     - It includes the basic controls: Button, CheckBox, DropDownList, RadioButton and TextBox.
1.0.1:
     - Removed the methods responsible for adding items manually to the DropDownList
     - Added the SelectedValue method to the DropDownList control
     - Added the SelectedItem method to the DropDownList control
     - Added the GetChildren method to the DropDownList control, it returns every DropDownList item
1.0.2:
     - Included the documentation for methods and properties.
1.0.3:
     - Removed the methods responsible for adding items manually to the RadioButton
     - Added the SelectById method to the RadioButton control
     - Added the SelectByValue  method to the RadioButton control
     - Added the GetChildren  method to the RadioButton control, it returns every radiobutton items
     - Added the NumberOfItems property to the RadioButton control, it returns the number of radiobutton items
1.0.4:
     - Performance improvement.
1.0.5:
     - Created new control: Label - it contains the properties GetText and GetCssClassName and also the event Click.
     - Created new control: Span - it contains the properties GetText and GetCssClassName and also the event Click.
1.0.6:
     - Created new method to localizate the controls: FindButtonByClassName, FindCheckBoxByClassName, FindDropDownListByClassName, FindLabelByClassName, FindSpanByClassName and FindTextBoxByClassName. This method was created to help developers to find controls that doesn`t contain ID.