Winium.StoreApps.InnerServer
1.6.1
See the version list below for details.
dotnet add package Winium.StoreApps.InnerServer --version 1.6.1
NuGet\Install-Package Winium.StoreApps.InnerServer -Version 1.6.1
<PackageReference Include="Winium.StoreApps.InnerServer" Version="1.6.1" />
<PackageVersion Include="Winium.StoreApps.InnerServer" Version="1.6.1" />
<PackageReference Include="Winium.StoreApps.InnerServer" />
paket add Winium.StoreApps.InnerServer --version 1.6.1
#r "nuget: Winium.StoreApps.InnerServer, 1.6.1"
#:package Winium.StoreApps.InnerServer@1.6.1
#addin nuget:?package=Winium.StoreApps.InnerServer&version=1.6.1
#tool nuget:?package=Winium.StoreApps.InnerServer&version=1.6.1
Essential part of Winium StoreApps (Selenium Remote WebDriver implementation) that should be included in tested app to enable automation.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.8)
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,982 | 12/19/2016 |
| 1.7.0 | 1,291 | 10/19/2016 |
| 1.6.2 | 1,700 | 2/2/2016 |
| 1.6.1 | 1,306 | 1/28/2016 |
| 1.6.0 | 1,401 | 1/12/2016 |
| 1.5.0 | 1,390 | 12/14/2015 |
| 1.4.0 | 1,395 | 10/19/2015 |
| 1.3.0 | 1,456 | 9/3/2015 |
| 1.2.0 | 1,563 | 7/29/2015 |
| 1.1.1 | 1,396 | 5/28/2015 |
| 1.1.0 | 1,394 | 5/22/2015 |
| 1.0.1 | 1,409 | 4/2/2015 |
| 1.0.0 | 1,702 | 3/13/2015 |
v1.6.1
* Fix `GetElementAttribute` not returning some Dependency Properties.
v1.6.0
+ Addd path expansion for files capability to make it easier to deploy folders to app's local storage #128
+ Add setting to limit access to Automation, Dependency or CLR properties for `GetElementAttribute` command #120
+ Add setting to serialize `Enums` by name, not value for `GetElementAttribute` command #120
* Change the way Automation Properties names are handled by `GetElementAttribute` command #123
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