Hi everyone! .NET client 1.5.0.1 has been released recently.
Below is the list of changes:
-
Update to Selenium.Webdriver v2.48.2 and Selenium.Support v2.48.2
-
The ability to start appium server programmatically was provided. The ICommandServer implementation (AppiumLocalService). Details are provided here: #106 fix,
The WIKI chapter “Let’s get it started!” -
The new boolean parameter of the AndroidDdriver.StartActivity method. It allows to start a new activity without closing of a target app.
-
All possible key codes were added to AndroidKeyCode.
-
The API refactoring.
-
The “ReplaceValue” method was added to AndroidElement
-
The “SetImmediateValue” was moved from the AppiumWebElement to IOSElement
Also WIKI was improved and updated