SolidBrain.XUITFramework
1.0.6
See the version list below for details.
dotnet add package SolidBrain.XUITFramework --version 1.0.6
NuGet\Install-Package SolidBrain.XUITFramework -Version 1.0.6
<PackageReference Include="SolidBrain.XUITFramework" Version="1.0.6" />
paket add SolidBrain.XUITFramework --version 1.0.6
#r "nuget: SolidBrain.XUITFramework, 1.0.6"
// Install SolidBrain.XUITFramework as a Cake Addin #addin nuget:?package=SolidBrain.XUITFramework&version=1.0.6 // Install SolidBrain.XUITFramework as a Cake Tool #tool nuget:?package=SolidBrain.XUITFramework&version=1.0.6
Test Framework using Xamarin.UITests and PageObject like approach.
Used to create E2E tests for iOS and Droid applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- nunit.framework (>= 2.6.3)
- Xamarin.UITest (>= 2.0.9)
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 |
---|---|---|
1.0.9 | 1,609 | 9/5/2017 |
1.0.8 | 1,431 | 9/4/2017 |
1.0.7 | 1,525 | 9/4/2017 |
1.0.6 | 1,346 | 9/4/2017 |
1.0.5 | 1,408 | 9/4/2017 |
1.0.4 | 1,401 | 9/4/2017 |
1.0.3 | 1,433 | 8/23/2017 |
1.0.1 | 1,420 | 8/10/2017 |
1.0.0 | 1,454 | 8/7/2017 |
0.9.7 | 1,439 | 7/31/2017 |
0.9.6 | 1,460 | 7/26/2017 |
0.9.5 | 1,402 | 7/26/2017 |
0.9.4 | 1,386 | 7/26/2017 |
0.9.3 | 1,409 | 7/17/2017 |
0.9.2 | 1,418 | 7/17/2017 |
0.9.1 | 1,456 | 7/14/2017 |
v1.0.6 - Update: added GetTextFromWebViewElement method
v1.0.4 - Update: added GetTextFromIosElement method
v1.0.3 - Update: added ScrollPageDown/Up methods
v1.0.1 - Update: added AssertAwaitedElementsCount method
v1.0.0 - Update: added test methods: NavigateBack, DoubleTap, DragAndDrop,SetLandscape/PortraitOrientation
ZoomIn/ZoomOutOnElement, SwipeElementRight/Left, TouchAndHoldElement
v0.9.7 - Update: added Scroll page, Wait and Find elements with partial texts
v0.9.6 - Update: added Credentials handling mechanism and BasePageWithLogin.cs for inheriting
v0.9.1 - First version: basic BasePage.cs with methods for Mobile and WebView elements interactions