Surviveplus.CodedUITestPlus 1.0.2.8

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

// Install Surviveplus.CodedUITestPlus as a Cake Tool
#tool nuget:?package=Surviveplus.CodedUITestPlus&version=1.0.2.8

Coded UI Test framework to query and operate web/desktop user-interface(UI) elements, by using "selector text" similar to jQuery, without UIMap.
You can use it for "Test Driven Development".
You can create UI test code more quickly and easily in combination of UIMap and this framework.
Furthermore you can record screen, all screens or App window, to video file (WMV) and attach it to the test result.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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. 
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.2.8 1,479 12/29/2016
1.0.2-beta7 783 12/28/2016
1.0.2-beta5 809 12/28/2016
1.0.2-beta4 822 12/27/2016
1.0.2-beta3 789 12/26/2016
1.0.1.2 1,296 3/28/2015
1.0.0.1 1,081 3/21/2015

Web App UI Test is supported.
Add App.config assembly bindingRedirect to support Visual Studio 2015. ( In VS2013, change app.config to run. See readme.txt )
Add App.LaunchWebServer and LaunchSolutionWebServer methods to test web app.
Add App.GetHtmlText method and App.Html property to assert HTML text/elements of Web app.
Add App.ExecuteJavaScript method to operate Web app, for example button click.