Appium 1.9.1 Released

Appium 1.9.1 is a patch release. Next version will likely not support Xcode 8

General

  • Append the current session identifier to the protocol name prefix in server logs
  • Fix the way current protocol is determined from execute response

iOS

  • Support Xcode 10 and iOS 12.0
  • Add a possibility to set container type for Simulator while pushing/pulling files
  • Fix W3C format handling by receiveAsyncResponse command
  • Fix iPhone X Simulator screen recording

Android

  • Fix getStrings for no app
  • Fix screen recording bug
  • Return the current geolocation from getGeoLocation
  • Add mobile:mobileGetDeviceInfo command (UiAutomator2 only)
  • Make ‘by tag name’ selector compatible with View Tag selector (Espresso only)
  • Convert mouse action events to touch actions (Espresso only)

Windows

  • Add more support for W3C Actions API
    • Support pointer input methods: up, down and move
    • Add advanced modifier attributes to ‘touch’ inputs: pressure, twist, width, height
    • Add advanced modifier attributes to ‘pen’ inputs: pressure, twist, tilt x and y, eraser, barrel button
    • Support interpolation for ‘pen’ and ‘multitouch’
1 Like