CodedUIAgilityPack 1.0.6
dotnet add package CodedUIAgilityPack --version 1.0.6
NuGet\Install-Package CodedUIAgilityPack -Version 1.0.6
<PackageReference Include="CodedUIAgilityPack" Version="1.0.6" />
paket add CodedUIAgilityPack --version 1.0.6
#r "nuget: CodedUIAgilityPack, 1.0.6"
// 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 | Versions 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. |
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.
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.