Xamarin.UITest.POP 1.0.0

dotnet add package Xamarin.UITest.POP --version 1.0.0
NuGet\Install-Package Xamarin.UITest.POP -Version 1.0.0
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="Xamarin.UITest.POP" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.UITest.POP --version 1.0.0
#r "nuget: Xamarin.UITest.POP, 1.0.0"
#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 Xamarin.UITest.POP as a Cake Addin
#addin nuget:?package=Xamarin.UITest.POP&version=1.0.0

// Install Xamarin.UITest.POP as a Cake Tool
#tool nuget:?package=Xamarin.UITest.POP&version=1.0.0

Xamarin.UITest helper classes for implementing the page object pattern

     Using this package only generates the necessary base classes to implement the pattern as described in the project site.

     *The package is safe to remove after the generated files have been added

There are no supported framework assets in this 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.0 184,227 2/3/2017
0.0.1 2,588 1/17/2017

Updated PlatformQuery and simplified Base classes slightly