mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
Update CHANGELOG.md (#12088)
This commit is contained in:
@@ -16,6 +16,7 @@ Appium 1.11.0 is a minor release
|
||||
* Fix: Only call `helpers.ensureDeviceLocale` if language or locale was set, to avoid spending startup time on locale unnecessarily [#477](https://github.com/appium/appium-android-driver/pull/477)
|
||||
* Fix: Don't regard apps as 'temporary' if the `app` is a relative path [#479](https://github.com/appium/appium-android-driver/pull/479)
|
||||
* Fix session init. Uninstalls Espresso server if server is older or newer than currently installed Espresso server [#358](https://github.com/appium/appium-espresso-driver/pull/358)
|
||||
* Fix setting WiFi connection status [#30](https://github.com/appium/io.appium.settings/pull/30)
|
||||
|
||||
#### Android (UiAutomator2)
|
||||
* Add `skipServerInstallation` capability that skips the step of installing the UIAutomator2 server [#266](https://github.com/appium/appium-uiautomator2-driver/pull/266)
|
||||
@@ -25,7 +26,6 @@ Appium 1.11.0 is a minor release
|
||||
#### Android (Espresso)
|
||||
* Add `mobile:` endpoints to run [Espresso contrib methods](http://appium.io/docs/en/commands/mobile-command/): `openDrawer`, `closeDrawer`, `setDate`, `setTime`, `navigateTo`, `scrollToPage` [#324](https://github.com/appium/appium-espresso-driver/pull/324) (warning: See [open issue](https://github.com/appium/appium-espresso-driver/issues/331) from problem with `scrollToPage`)
|
||||
* Add `mobile: backdoor` method that allows accessing app-internal functionality [#317](https://github.com/appium/appium-espresso-driver/pull/317)
|
||||
* Add `nativeWebScreenshot` capability to allow screen capture of webviews [#366](https://github.com/appium/appium-espresso-driver/pull/366)
|
||||
* Add `mobile: flashElement` method [#337](https://github.com/appium/appium-espresso-driver/pull/337)
|
||||
* Backport [clipboard features](http://appium.io/docs/en/commands/device/clipboard/get-clipboard/) from UiAutomator2 [#361](https://github.com/appium/appium-espresso-driver/pull/361)
|
||||
* Fix XML memory problems
|
||||
@@ -34,8 +34,8 @@ Appium 1.11.0 is a minor release
|
||||
* Limit max length of text values in the XML to 64K
|
||||
* Fix ID selector by automatically prefixing with current package name [#346](https://github.com/appium/appium-espresso-driver/pull/346)
|
||||
* Fix crash on calling `/enabled` and `/selected` on elements [#353](https://github.com/appium/appium-espresso-driver/pull/353)
|
||||
* Add `nativeWebScreenshot` capability to allow screen capture of webviews [#366](https://github.com/appium/appium-espresso-driver/pull/366)
|
||||
* Fix element screenshot endpoint to support MJSONWP and not just W3C [#370](https://github.com/appium/appium-espresso-driver/pull/370)
|
||||
* Add `nativeWebScreenshot` capability [#366](https://github.com/appium/appium-espresso-driver/pull/366)
|
||||
|
||||
|
||||
CHANGES IN VERSION 1.10.0 (from 1.9.1)
|
||||
|
||||
Reference in New Issue
Block a user