UIDeskAutomation 1.7.4
dotnet add package UIDeskAutomation --version 1.7.4
NuGet\Install-Package UIDeskAutomation -Version 1.7.4
<PackageReference Include="UIDeskAutomation" Version="1.7.4" />
<PackageVersion Include="UIDeskAutomation" Version="1.7.4" />
<PackageReference Include="UIDeskAutomation" />
paket add UIDeskAutomation --version 1.7.4
#r "nuget: UIDeskAutomation, 1.7.4"
#:package UIDeskAutomation@1.7.4
#addin nuget:?package=UIDeskAutomation&version=1.7.4
#tool nuget:?package=UIDeskAutomation&version=1.7.4
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
This library uses the managed version of UI Automation. Unless you specifically want to install this version of UIDeskAutomation library and you just want a library for making automated tasks maybe you should install UIDeskAutomation.Automation3.0 library which uses the unmanaged version of UI Automation which is a newer, faster and better version of UI Automation.
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
Change Log: http://automationspy.freecluster.eu/UIDeskAutomation/ChangeLog.html
| 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.4 | 85 | 11/3/2025 |
| 1.7.3 | 219 | 9/22/2025 |
| 1.7.2 | 251 | 8/28/2025 |
| 1.7.1 | 231 | 8/27/2025 |
| 1.7.0 | 748 | 1/25/2024 |
| 1.6.9 | 227 | 1/15/2024 |
| 1.6.8 | 229 | 1/5/2024 |
| 1.6.7 | 385 | 7/13/2023 |
| 1.6.6 | 312 | 5/16/2023 |
| 1.6.5 | 272 | 5/4/2023 |
| 1.6.4 | 1,370 | 1/21/2022 |
| 1.6.3 | 430 | 1/8/2022 |
| 1.6.2 | 424 | 12/23/2021 |
| 1.6.1 | 688 | 12/8/2021 |
| 1.6.0 | 451 | 12/7/2021 |
| 1.5.9 | 443 | 12/7/2021 |
| 1.5.7 | 493 | 11/22/2021 |
| 1.5.6 | 446 | 11/12/2021 |
| 1.5.5 | 459 | 10/21/2021 |
| 1.5.4 | 545 | 10/9/2021 |
| 1.5.3 | 553 | 9/10/2021 |
| 1.5.2 | 451 | 9/6/2021 |
| 1.5.1 | 456 | 8/26/2021 |
| 1.5.0 | 566 | 8/7/2021 |
| 1.4.1 | 536 | 7/9/2021 |
| 1.4.0 | 493 | 5/12/2021 |
| 1.3.6 | 504 | 5/7/2021 |
| 1.3.5 | 528 | 5/6/2021 |
| 1.3.4 | 695 | 4/12/2020 |
| 1.3.3 | 665 | 3/23/2020 |
| 1.3.2 | 627 | 3/18/2020 |
| 1.3.1 | 675 | 3/15/2020 |
| 1.3.0 | 656 | 2/26/2020 |
Modify readme file