Gu.Wpf.UiAutomation 0.4.1

dotnet add package Gu.Wpf.UiAutomation --version 0.4.1
                    
NuGet\Install-Package Gu.Wpf.UiAutomation -Version 0.4.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="Gu.Wpf.UiAutomation" Version="0.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gu.Wpf.UiAutomation" Version="0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Gu.Wpf.UiAutomation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gu.Wpf.UiAutomation --version 0.4.1
                    
#r "nuget: Gu.Wpf.UiAutomation, 0.4.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.
#:package Gu.Wpf.UiAutomation@0.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gu.Wpf.UiAutomation&version=0.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Gu.Wpf.UiAutomation&version=0.4.1
                    
Install as a Cake Tool

Library for writing UI-tests for WPF.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Gu.Wpf.UiAutomation:

Repository Stars
GuOrg/Gu.Wpf.Geometry
GuOrg/Gu.Wpf.DataGrid2D
Extension methods for WPF DataGrid enabling binding to T[,]
Version Downloads Last Updated
0.4.1 12,174 3/19/2022
0.4.0 10,997 2/26/2022
0.3.6 10,211 6/26/2020
0.3.5 1,379 2/6/2020
0.3.4 1,618 12/30/2019
0.3.3 802 12/29/2019
0.3.2 819 12/29/2019
0.3.1 691 12/23/2019
0.3.0 706 12/23/2019
0.2.19 698 12/23/2019
0.2.18 737 12/9/2019
0.2.17 701 12/9/2019
0.2.16 698 12/9/2019
0.2.15 813 12/8/2019
0.2.14 682 12/7/2019
0.2.13 659 12/7/2019
0.2.12 729 12/6/2019
0.2.10 979 10/22/2019
0.2.9 782 10/19/2019
0.2.8.1 774 10/13/2019
0.2.8 2,392 3/3/2019
0.2.7 1,395 1/12/2019
0.2.6 848 1/12/2019
0.2.5 896 1/4/2019
0.2.4 1,004 11/14/2018
0.2.3.2 1,718 7/21/2018
0.2.3.1 2,185 3/30/2018
0.2.3 1,366 3/29/2018
0.2.2 2,523 1/4/2018
0.2.1.1 1,500 1/3/2018
0.2.1 1,446 1/3/2018
0.2.0 1,399 1/1/2018
0.1.17 1,586 10/5/2017
0.1.16 1,282 10/3/2017
0.1.15 1,179 10/3/2017
0.1.14 1,186 10/1/2017
0.1.13-dev 1,057 9/30/2017
0.1.12-dev 992 9/30/2017
0.1.11-dev 1,065 9/23/2017
0.1.10-dev 1,079 9/10/2017
0.1.9-dev 1,080 9/8/2017
0.1.8-dev 1,060 9/8/2017
0.1.7-dev 1,054 9/6/2017
0.1.6-dev 1,036 9/5/2017
0.1.5-dev 1,049 9/4/2017
0.1.4-dev 1,005 9/4/2017
0.1.3-dev 1,007 8/30/2017
0.1.2-dev 1,014 8/29/2017
0.1.1-dev 1,027 8/29/2017
0.0.1-dev 1,068 8/26/2017

0.4.1
   BUGFIX: Don't throw in TryFind
0.4.0
FEATURE: Multitarget net45;net6.0-windows
0.3.6
TUNING: Longer timeouts overall on CI
0.3.5
TUNING: Longer timeout when getting main window on CI
0.3.4
FEATURE: FindToolTip().
BUGFIX: Retry when FindToolTip()