Winium.StoreApps.InnerServer
1.3.0
See the version list below for details.
dotnet add package Winium.StoreApps.InnerServer --version 1.3.0
NuGet\Install-Package Winium.StoreApps.InnerServer -Version 1.3.0
<PackageReference Include="Winium.StoreApps.InnerServer" Version="1.3.0" />
paket add Winium.StoreApps.InnerServer --version 1.3.0
#r "nuget: Winium.StoreApps.InnerServer, 1.3.0"
// Install Winium.StoreApps.InnerServer as a Cake Addin #addin nuget:?package=Winium.StoreApps.InnerServer&version=1.3.0 // Install Winium.StoreApps.InnerServer as a Cake Tool #tool nuget:?package=Winium.StoreApps.InnerServer&version=1.3.0
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,633 | 12/19/2016 |
1.7.0 | 985 | 10/19/2016 |
1.6.2 | 1,344 | 2/2/2016 |
1.6.1 | 977 | 1/28/2016 |
1.6.0 | 1,055 | 1/12/2016 |
1.5.0 | 1,062 | 12/14/2015 |
1.4.0 | 1,075 | 10/19/2015 |
1.3.0 | 1,115 | 9/3/2015 |
1.2.0 | 1,247 | 7/29/2015 |
1.1.1 | 1,061 | 5/28/2015 |
1.1.0 | 1,044 | 5/22/2015 |
1.0.1 | 1,066 | 4/2/2015 |
1.0.0 | 1,212 | 3/13/2015 |
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)
v1.2.0
* Simplify inclusion of `InnerServer`: call `AutomationServer.Instance.InitializeAndStart();` on UI thread. No need to pass visual root any more.
+ Add `LaunchApp`, `CloseApp` commands [#44](https://github.com/2gis/Winium.StoreApps/issues/44)
+ Add `GetElementSize`, `GetElementRect` commands
+ Add `SubmitElement` command and limited support for `SendKeysToActiveElement` (Enter key only)
+ Add `SendKeys` support for PasswordBox type elements
+ Add `automation: IsOffscreen` command to `ExecuteScript`
* Fix visual tree root discovery
* Fix popup child root element is not included in search [#40](https://github.com/2gis/Winium.StoreApps/issues/40)
* Fix alert related commands to work with `ContentDialog`
v1.1.1
+ Add execute script command to show or hide on-screen keyboard
+ Add execute script command to return clickable point as determined by Automation API