This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Appium 1.10.0 is a minor release.

General

  • Bring Espresso Driver out of beta and into general availability
  • Support Xcode 10, discontinue support for Xcode 8
  • Bump up minimum Node version to 8 and minimum NPM version to 6
  • Improve string extractions for Android and iOS
  • Fix synchronization of applications caching #2747
  • Disable CORS on createServer by default.Add --allow-cors flag to server flags #117194

iOS

  • Add mobile:4 methods:
    • Add biometrics (touchId, faceId) methods that can enroll/unenroll biometric features and send matching/non-matching biometric inputs (iOS Simulator only) #8165
    • Add method to clear keychains for an iOS Simulator #8165
  • Add permissions capability22 that sets service permissions (calendar, siri, etcโ€ฆ) prior to creating a session #8182
  • Add possibility to upload files into different container types on Simulator #7705
  • Add reduceMotion5 capability #7602
  • Improve video recording
  • Improved iOS simulator booting procedure
  • Add mobile endpoint for running Siri commands #8374

Android

Android (UiAutomator2)

  • Add mobile:27 command for retrieving device information #2212
  • Support .apks bundles #2335
  • Fix bug with timeouts calls for W3C sessions #2392
  • Refactored XML source generation and xpath search in order to fix known bugs and to improve the general performance of these operations #2087
  • Refactored and fixed issues with W3C Actions #2056