Xamarin.UITest 4.4.2

Prefix Reserved
dotnet add package Xamarin.UITest --version 4.4.2
                    
NuGet\Install-Package Xamarin.UITest -Version 4.4.2
                    
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="Xamarin.UITest" Version="4.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.UITest" Version="4.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.UITest" />
                    
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 Xamarin.UITest --version 4.4.2
                    
#r "nuget: Xamarin.UITest, 4.4.2"
                    
#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 Xamarin.UITest@4.4.2
                    
#: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=Xamarin.UITest&version=4.4.2
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.UITest&version=4.4.2
                    
Install as a Cake Tool

UI Automation Framework for testing Android and iOS apps.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  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 (13)

Showing the top 5 NuGet packages that depend on Xamarin.UITest:

Package Downloads
Uno.UITest.Xamarin

This package provides the support of the Uno.UITest framework for Uno Platform iOS and Android apps. This framework can be used to test Uno PlatformWebAssembly apps through the use of Selenuim, Xamarin.iOS and Xamarin.Android applications through Xamarin.UITest and Microsoft AppCenter.

Xamarin.UITest.Helpers

Experimental UI testing library. This library is not supported by Xamarin.

Xamarin.UITest.POP

Xamarin.UITest helper classes for implementing the page object pattern Using this package only generates the necessary base classes to implement the pattern as described in the project site. *The package is safe to remove after the generated files have been added

Xnapshot

Xnapshot enables you to use C#, together with Xamarin.UITest, to automatically take app screenshots for you. Just derive from the abstract Screenshots class, implement one method per screenshot and use your time productively while your computer takes the screenshots.

SolidBrain.XUITFramework

Test Framework using Xamarin.UITests and PageObject like approach. Used to create E2E tests for iOS and Droid applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.4.2 87,766 1/31/2025
4.4.1 44,690 11/7/2024
4.4.0 39,304 7/29/2024
4.3.7 19,094 6/20/2024
4.3.5 256,238 6/7/2024
4.3.4 213,316 1/17/2024
4.3.3 172,597 12/13/2023
4.3.2 9,011 11/29/2023
4.3.1 39,159 10/30/2023
4.3.0 36,471 10/3/2023
4.2.0 87,609 7/3/2023
4.1.4 241,265 5/31/2023
4.1.3 152,724 4/4/2023
4.1.2 203,469 2/21/2023
4.1.1 30,969 2/15/2023
4.1.0 45,895 1/18/2023
4.0.1 31,576 12/1/2022
3.2.9 553,034 8/31/2022
3.2.8 336,600 6/2/2022
Loading failed

id: f1d71079-a571-4b5b-b011-fcc2cfff76ab
title: Xamarin.UITest.4.4.2

### Bugfixes
- Fix for issue when callback to garbage collected delegate was made.
- Fix for embedded DeviceAgent bundle deployment.