UIDeskAutomation 1.6.6
See the version list below for details.
dotnet add package UIDeskAutomation --version 1.6.6
NuGet\Install-Package UIDeskAutomation -Version 1.6.6
<PackageReference Include="UIDeskAutomation" Version="1.6.6" />
paket add UIDeskAutomation --version 1.6.6
#r "nuget: UIDeskAutomation, 1.6.6"
// Install UIDeskAutomation as a Cake Addin #addin nuget:?package=UIDeskAutomation&version=1.6.6 // Install UIDeskAutomation as a Cake Tool #tool nuget:?package=UIDeskAutomation&version=1.6.6
UIDeskAutomation is a software library that can be used to create automated tasks for Windows applications based on their user interface. More information on how to use this library you can find here: http://automationspy.freecluster.eu/uideskautomation.html
IMPORTANT! When you open the help file (which you can download using the link above) uncheck the "Always ask before opening this file" checkbox (in the "Open File - Security Warning" dialog box, the one that says "Do you want to open this file?") so you can view the content.
NOTE: If you use this library with a .NET 5.0 (or newer) project you must be sure your project is a Windows type project (like WPF or Windows Forms). Windows type projects, in their project file (.csproj), have "- windows" at the end of the framework name in TargetFramework field (like <TargetFramework>net5.0- windows</TargetFramework>) and have specified either <UseWPF>true</UseWPF> or <UseWindowsForms>true</UseWindowsForms> in the same project file.
Download Samples: http://automationspy.freecluster.eu/Samples.zip
Download CHM Help file: http://automationspy.freecluster.eu/UIDeskAutomation/UIDeskAutomationHelp.chm - don't forget to uncheck the "Always ask before opening this file" checkbox
Download UIDeskAutomationSpy tool: http://automationspy.freecluster.eu/UIDeskAutomation/UIDeskAutomationSpy.zip. If you encounter difficulties when opening this tool, right click on the spy executable file, choose Properties, check "Unblock" checkbox at the bottom of the dialog box, then Apply and OK.
Source Code: https://github.com/ddeltasolutions/UIDeskAutomation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.7.0 | 346 | 1/25/2024 |
1.6.9 | 132 | 1/15/2024 |
1.6.8 | 135 | 1/5/2024 |
1.6.7 | 304 | 7/13/2023 |
1.6.6 | 199 | 5/16/2023 |
1.6.5 | 176 | 5/4/2023 |
1.6.4 | 1,078 | 1/21/2022 |
1.6.3 | 301 | 1/8/2022 |
1.6.2 | 297 | 12/23/2021 |
1.6.1 | 554 | 12/8/2021 |
1.6.0 | 319 | 12/7/2021 |
1.5.9 | 311 | 12/7/2021 |
1.5.7 | 363 | 11/22/2021 |
1.5.6 | 314 | 11/12/2021 |
1.5.5 | 340 | 10/21/2021 |
1.5.4 | 414 | 10/9/2021 |
1.5.3 | 416 | 9/10/2021 |
1.5.2 | 320 | 9/6/2021 |
1.5.1 | 330 | 8/26/2021 |
1.5.0 | 434 | 8/7/2021 |
1.4.1 | 408 | 7/9/2021 |
1.4.0 | 369 | 5/12/2021 |
1.3.6 | 365 | 5/7/2021 |
1.3.5 | 387 | 5/6/2021 |
1.3.4 | 539 | 4/12/2020 |
1.3.3 | 511 | 3/23/2020 |
1.3.2 | 484 | 3/18/2020 |
1.3.1 | 526 | 3/15/2020 |
1.3.0 | 519 | 2/26/2020 |
Add support for more events