Releases: appium/dotnet-client
4.1.0
- Added helpers to access Appiums image comparison tools (#355)
- Removed the need to embed an application resource for finding the node instance path (#357). Fixes (#356): InvalidCastException error when locating node path on non-windows host & net45 target
- Added the ability to activate a given application on a device (#359). documentation
4.0
This release requires Selenium.Webdriver 3.14.1.
In addition to entries in beta versions:
- Added the ability to terminate a given application on the device (#340). See documentation
- Added the ability to query the given app status on a device (#341). See documentation
- Added property on AndroidDriver.cs to provide the ability to get the name of the current Android package (#343) See documentation
- Updated AppiumWebElement.cs to strictly compatible locator strategies (#345) fixes #328
v4.0.0.6-beta
v4.0.0.5-beta
[Enhancement] Add screen recording mechanism (#277)
[Enhancement] Add setting/getting clipboard mechanism (#278)
[Enhancement] Update support for backgrounding (android) app (#292)
[Enhancement] Add file push mechanism for ios and android driver (#301)
[Enhancement] Add windows support for page Object pattern (#276)
[Enhancement] Redirect local appium server log to Visual Studio output (#303)
[BUG FIX] Override IFindsBy methods in appium driver (#302) fixes #265
[BUG FIX] Refactor - removing the use of reflection (#297) fixes #291
[BUG FIX] Allow log file to be parsed appium log file (#286)
v4.0.0.4-beta
[BUG FIX] Fix for W3C locator strategies
v4.0.0.3-beta
[BUG FIX] Fix for Displayed endpoint on AppiumWebElement
v4.0.0.2-beta
- [ENHANCEMENT] Added support for Tizen driver
- [BREAKING CHANGE] Move to Dotnet Standard with the exception of PageFactory. Resolves #191
- [BREAKING CHANGE] Replace DesiredCapabilities with AppiumOptions.
- [UPDATES]:
- Selenium.Support was updated 3.14.0
- Selenium.WebDriver was updated 3.14.0
4.0.0.1-beta
4.0.0.1-beta
- [Enhancement] The searching by ios class chain was implemented.
- [Enhancement] Details of a session. Interface
IHasSessionDetails
and its implementation. #201 - [BUG FIX] Fix of the
LongPress
action parameters. The report #197. FIX #198 - [BREAKING CHANGE] Unnecessary interface
ITouchShortcuts
was removed. #200 - [BREAKING CHANGE] Deprecated gesture methods were removed. #204
- [UPDATES]:
- Newtonsoft.Json was updated to 10.0.3
- Selenium.Support was updated 3.8.0
- Selenium.WebDriver was updated 3.8.0
- Castle.Core was updated to 4.2.1