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,039 | 3/11/2022 |
4.1.2 | 661 | 2/18/2022 |
4.1.1 | 785 | 1/19/2022 |
4.0.0 | 376 | 12/28/2021 |
3.0.0 | 3,911 | 7/28/2020 |
2.0.2 | 9,244 | 7/24/2018 |
2.0.1 | 905 | 7/24/2018 |
2.0.0 | 1,063 | 7/17/2018 |
1.5.5 | 1,393 | 5/25/2018 |
1.5.3 | 1,049 | 5/22/2018 |
1.5.2 | 1,034 | 5/20/2018 |
1.4.2 | 2,612 | 11/30/2017 |
1.4.1 | 1,260 | 10/24/2017 |
1.4.0 | 1,107 | 10/2/2017 |
1.3.1 | 1,095 | 9/19/2017 |
1.3.0 | 1,263 | 8/10/2017 |
1.2.0 | 1,326 | 7/19/2017 |
1.1.0 | 1,216 | 6/26/2017 |
1.0.1 | 1,220 | 6/13/2017 |
1.0.0 | 1,228 | 6/7/2017 |
0.12.1 | 1,108 | 6/6/2017 |
0.12.0 | 1,141 | 6/4/2017 |
0.11.0 | 1,325 | 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.