SolidBrain.XUITFramework 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package SolidBrain.XUITFramework --version 1.0.8
NuGet\Install-Package SolidBrain.XUITFramework -Version 1.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SolidBrain.XUITFramework" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SolidBrain.XUITFramework --version 1.0.8
#r "nuget: SolidBrain.XUITFramework, 1.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SolidBrain.XUITFramework as a Cake Addin
#addin nuget:?package=SolidBrain.XUITFramework&version=1.0.8

// Install SolidBrain.XUITFramework as a Cake Tool
#tool nuget:?package=SolidBrain.XUITFramework&version=1.0.8

Test Framework using Xamarin.UITests and PageObject like approach.
   Used to create E2E tests for iOS and Droid applications.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,525 9/5/2017
1.0.8 1,379 9/4/2017
1.0.7 1,457 9/4/2017
1.0.6 1,297 9/4/2017
1.0.5 1,344 9/4/2017
1.0.4 1,337 9/4/2017
1.0.3 1,362 8/23/2017
1.0.1 1,353 8/10/2017
1.0.0 1,391 8/7/2017
0.9.7 1,377 7/31/2017
0.9.6 1,411 7/26/2017
0.9.5 1,350 7/26/2017
0.9.4 1,338 7/26/2017
0.9.3 1,367 7/17/2017
0.9.2 1,363 7/17/2017
0.9.1 1,386 7/14/2017

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