Winium.StoreApps.InnerServer 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Winium.StoreApps.InnerServer --version 1.5.0
NuGet\Install-Package Winium.StoreApps.InnerServer -Version 1.5.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="Winium.StoreApps.InnerServer" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Winium.StoreApps.InnerServer --version 1.5.0
#r "nuget: Winium.StoreApps.InnerServer, 1.5.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 Winium.StoreApps.InnerServer as a Cake Addin
#addin nuget:?package=Winium.StoreApps.InnerServer&version=1.5.0

// Install Winium.StoreApps.InnerServer as a Cake Tool
#tool nuget:?package=Winium.StoreApps.InnerServer&version=1.5.0

Essential part of Winium StoreApps (Selenium Remote WebDriver implementation) that should be included in tested app to enable automation.

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.7.1 1,585 12/19/2016
1.7.0 962 10/19/2016
1.6.2 1,319 2/2/2016
1.6.1 953 1/28/2016
1.6.0 1,032 1/12/2016
1.5.0 1,037 12/14/2015
1.4.0 1,051 10/19/2015
1.3.0 1,084 9/3/2015
1.2.0 1,221 7/29/2015
1.1.1 1,038 5/28/2015
1.1.0 1,019 5/22/2015
1.0.1 1,037 4/2/2015
1.0.0 1,182 3/13/2015

v1.5.0
* Fix crash on bad JSON request body
* Fix not reading http request body to end in certain cases
* Increase default ping timeout
+ Add `--ping-timeout` option and `pingTimeout` desired capability to set ping timeout
+ Add `noFallback` desired capability to prevent driver from trying to connect to `9998` port
+ Add support for deployment of UWP apps (Windows 10 apps)
* Fix error when `debugConnectToRunningApp` is set to `true`
+ Add support for accessing `AutomationProperties` with `GetElementAttribute` command
v1.4.0
* Fix `Remote Procedure Call Failed` when trying to launch app under test by retrying it
* Fix `sessionId` being `null` in response for some commands (thanks to @tkurnosova)
+ Add support for deployment of dependenecies (thanks to @ole-vegard)
+ Add `IsElementEnabled` command
* Fix socket interrupt handling
+ Add Selenium Grid support and autoregistering Winium as Selenium Grid node
* Fix sessionId not being unique
+ Add `--bound-device-name` command line option
* Use indented formatting for JSON responses for pretty logging
* Fix logger timestamp format (thanks to @magnarn)
v1.3.0
+ Add dynamic port assigment for InnerServer #39
+ Add `autoLaunch` capability: whether to launch the app automatically. Default `true`
+ Add `--version` option to a driver CLI. Fix exit codes
+ Add `SetOrientation` command (Note that orientation is preserved between sessions)
* Fix `GetOrientation` command
+ Add Emulator VMs caching (i.e. speed up session creation when same emulator is requested)
* Fix Emulator VMs disposing on Driver exit (note that VM will not be closed)
* Fix Driver failing to create a new session if user name is not lower case (bug introduced in 778ca88)