SolidBrain.XUITFramework
                             
                            
                                1.0.9
                            
                        
                    dotnet add package SolidBrain.XUITFramework --version 1.0.9
NuGet\Install-Package SolidBrain.XUITFramework -Version 1.0.9
<PackageReference Include="SolidBrain.XUITFramework" Version="1.0.9" />
<PackageVersion Include="SolidBrain.XUITFramework" Version="1.0.9" />
<PackageReference Include="SolidBrain.XUITFramework" />
paket add SolidBrain.XUITFramework --version 1.0.9
#r "nuget: SolidBrain.XUITFramework, 1.0.9"
#:package SolidBrain.XUITFramework@1.0.9
#addin nuget:?package=SolidBrain.XUITFramework&version=1.0.9
#tool nuget:?package=SolidBrain.XUITFramework&version=1.0.9
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,934 | 9/5/2017 | 
| 1.0.8 | 1,740 | 9/4/2017 | 
| 1.0.7 | 1,951 | 9/4/2017 | 
| 1.0.6 | 1,664 | 9/4/2017 | 
| 1.0.5 | 1,711 | 9/4/2017 | 
| 1.0.4 | 1,852 | 9/4/2017 | 
| 1.0.3 | 1,728 | 8/23/2017 | 
| 1.0.1 | 1,713 | 8/10/2017 | 
| 1.0.0 | 1,763 | 8/7/2017 | 
| 0.9.7 | 1,753 | 7/31/2017 | 
| 0.9.6 | 1,748 | 7/26/2017 | 
| 0.9.5 | 1,720 | 7/26/2017 | 
| 0.9.4 | 1,694 | 7/26/2017 | 
| 0.9.3 | 1,718 | 7/17/2017 | 
| 0.9.2 | 1,709 | 7/17/2017 | 
| 0.9.1 | 1,747 | 7/14/2017 | 
v1.0.9 - Update: added IsElementVisible method
        v1.0.8 - Update: added GetTextFromWebViewElement and WaitForPicker methods
        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