appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.15k stars 363 forks source link

Can I support devices with ios 9.0? #911

Closed jianghuihon closed 1 month ago

jianghuihon commented 1 month ago

I need to support the system device of iOS9, I directly changed the lowest version to 9.0, but there is no screen during the automation, what should I do

KazuCocoa commented 1 month ago

https://appium.github.io/appium-xcuitest-driver/latest/installation/requirements/ is the basic compatible iOS/XCUITest driver versions. Lower OS versions may have API reference issues in WDA, especially XCUITest driver 4.27.2 is the last version for iOS 14 and lower.

To make this WDA compatible with lower iOS versions, you might need to debug by yourself, or fork the old WDA only for lower iOS env for you.