Appium 2.x Support
The Appium 2.x images include these drivers and plugins:
- UIAutomator driver
- Espresso driver
- Flutter driver
- XCUITest driver
- Images plugin
- ocr plugin since 2.5.2
For more information, see the Appium 2.x documentation.
iOS Support
The Appium project aims to support the current major platform version and the previous major one. Please refer to the XCUITest Documentation for the latest compatibility chart.
In Continuous Testing, iOS 17.x is supported as of Appium 2.1.3.
Flutter Driver Support
Appium 2.2.2 supports Flutter v.2.2.4.
OCR Plugin
Appium 2.5.2 supports ocr plugin for Android only. Appium 2.12.1 supports ocr plugin for both Android and iOS. Note: OCR requires increasing the "Max Memory Usage" in the project configuration. Note: For iOS, need to add the following driver setting:
driver.setSetting("ocrDownsampleFactor", 1);