Testura.Android
1.1.0
See the version list below for details.
dotnet add package Testura.Android --version 1.1.0
NuGet\Install-Package Testura.Android -Version 1.1.0
<PackageReference Include="Testura.Android" Version="1.1.0" />
paket add Testura.Android --version 1.1.0
#r "nuget: Testura.Android, 1.1.0"
// Install Testura.Android as a Cake Addin #addin nuget:?package=Testura.Android&version=1.1.0 // Install Testura.Android as a Cake Tool #tool nuget:?package=Testura.Android&version=1.1.0
Testura.Android is a lightweight test automation framework for Android built in C#. It contains tools and help classes to test, validate and interact with your Android device or emulator.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
-
- MedallionShell (>= 1.3.0)
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 |
---|---|---|
4.1.3 | 6,331 | 3/11/2022 |
4.1.2 | 672 | 2/18/2022 |
4.1.1 | 794 | 1/19/2022 |
4.0.0 | 385 | 12/28/2021 |
3.0.0 | 3,924 | 7/28/2020 |
2.0.2 | 9,258 | 7/24/2018 |
2.0.1 | 919 | 7/24/2018 |
2.0.0 | 1,077 | 7/17/2018 |
1.5.5 | 1,407 | 5/25/2018 |
1.5.3 | 1,064 | 5/22/2018 |
1.5.2 | 1,048 | 5/20/2018 |
1.4.2 | 2,626 | 11/30/2017 |
1.4.1 | 1,274 | 10/24/2017 |
1.4.0 | 1,121 | 10/2/2017 |
1.3.1 | 1,109 | 9/19/2017 |
1.3.0 | 1,277 | 8/10/2017 |
1.2.0 | 1,340 | 7/19/2017 |
1.1.0 | 1,230 | 6/26/2017 |
1.0.1 | 1,235 | 6/13/2017 |
1.0.0 | 1,242 | 6/7/2017 |
0.12.1 | 1,122 | 6/6/2017 |
0.12.0 | 1,155 | 6/4/2017 |
0.11.0 | 1,339 | 4/23/2017 |
Release 1.1.0
- Switched out the UI Server to our own implementation (and uiautomator 2.0). This change require an installation of two new APKs (should happen automatically).
- New method in SettingsService to enable/disable bluetooth
- Fixed UiAutomatorServer so it's thread safe.
- Fixed GetPackages() in ActivityService so it return the result correctly.
- Improved xml comments