ClickTest 1.0.0.7

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

// Install ClickTest as a Cake Tool
#tool nuget:?package=ClickTest&version=1.0.0.7

A library for automatic regressiontesting of applications / Coded UI Tests. This library allows you to write tests for your WPF applications. The library uses MS UI Automation and TestApi to mimic the user interaction.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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
1.0.0.9 2,143 7/29/2013
1.0.0.8 1,412 1/23/2013
1.0.0.7 1,273 1/16/2013
1.0.0.4 1,506 8/27/2012
1.0.0.3 1,315 8/23/2012

Changed Type to actually add text to a textbox. Set most methods to virtual in main class. Added arguments option to ApplicationLancher. Several minor additions.