Testura.Android
1.4.0
See the version list below for details.
dotnet add package Testura.Android --version 1.4.0
NuGet\Install-Package Testura.Android -Version 1.4.0
<PackageReference Include="Testura.Android" Version="1.4.0" />
paket add Testura.Android --version 1.4.0
#r "nuget: Testura.Android, 1.4.0"
// Install Testura.Android as a Cake Addin #addin nuget:?package=Testura.Android&version=1.4.0 // Install Testura.Android as a Cake Tool #tool nuget:?package=Testura.Android&version=1.4.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,055 | 3/11/2022 |
4.1.2 | 664 | 2/18/2022 |
4.1.1 | 788 | 1/19/2022 |
4.0.0 | 379 | 12/28/2021 |
3.0.0 | 3,914 | 7/28/2020 |
2.0.2 | 9,247 | 7/24/2018 |
2.0.1 | 908 | 7/24/2018 |
2.0.0 | 1,066 | 7/17/2018 |
1.5.5 | 1,396 | 5/25/2018 |
1.5.3 | 1,052 | 5/22/2018 |
1.5.2 | 1,037 | 5/20/2018 |
1.4.2 | 2,615 | 11/30/2017 |
1.4.1 | 1,263 | 10/24/2017 |
1.4.0 | 1,110 | 10/2/2017 |
1.3.1 | 1,098 | 9/19/2017 |
1.3.0 | 1,266 | 8/10/2017 |
1.2.0 | 1,329 | 7/19/2017 |
1.1.0 | 1,219 | 6/26/2017 |
1.0.1 | 1,224 | 6/13/2017 |
1.0.0 | 1,231 | 6/7/2017 |
0.12.1 | 1,111 | 6/6/2017 |
0.12.0 | 1,144 | 6/4/2017 |
0.11.0 | 1,328 | 4/23/2017 |
Release 1.4.0
- Improved the overall speed of interactions (tap, swipe, input text, key events) by going through the server instead of adb
- Dependency handling "InstallIfMissing" now also check if the installed package version is outdated.
- New method in ActivityService to check for package version
- Improved logging when dumping UI.