DW.CodedUI.Beta 2.5.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DW.CodedUI.Beta --version 2.5.1
NuGet\Install-Package DW.CodedUI.Beta -Version 2.5.1
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="DW.CodedUI.Beta" Version="2.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DW.CodedUI.Beta --version 2.5.1
#r "nuget: DW.CodedUI.Beta, 2.5.1"
#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 DW.CodedUI.Beta as a Cake Addin
#addin nuget:?package=DW.CodedUI.Beta&version=2.5.1

// Install DW.CodedUI.Beta as a Cake Tool
#tool nuget:?package=DW.CodedUI.Beta&version=2.5.1

DW.CodedUI - Test your UI fast and easy.

Changes see changelog.

* Will run in all Visual Studio version up from 2010
* Its written in .Net 4.0
* Its developed under the MIT license

This beta is the preview of a version which is planned to work stand-alone in all visual studio versions.
Like for all my assemblies, even minor versions are releases, odds are betas like this one.

Stand-alone download: http://libs.my-libraries.com/DW.CodedUI/v2.5.0/Assembly.zip
Changelog: http://libs.my-libraries.com/DW.CodedUI/v2.5.0/Changelog.txt
Documentation: http://libs.my-libraries.com/DW.CodedUI/v2.5.0/Documentation


Installation:
1. Organize following files from VS 2013 Premium or Ultimate (Demo is enough!)
a. Interop.UIAutomationClient.dll
b. UIAComWrapper.dll
2. Create a new unit test project (or edit the references)
3. Reference the DW.CodedUI
4. Reference UIAComWrapper.dll
5. Add Interop.UIAutomationClient.dll as existing file to the project with build action on "None" and "Copy Always". Or do a postbuild event, the file just need to lay beside the DW.CodedUI.dll in the output directory.

=> Now you can execute UI tests in usual [TestClass] objects.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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