Configure Appium version
TestCloud provides the flexibility to specify the desired Appium version to match your testing requirements. By default, TestCloud automatically selects the appropriate Appium version based on the device's operating system. However, you also have the option to explicitly define the version by using the appiumVersion
capability in your test scripts.
The supported Appium versions include:
latest
:2.11.2
default
:2.2.1
for iOS below 15.2.11.2
for iOS 15 and above, and all Android versions- Specific Appium versions:
2.11.2
,2.10.3
,2.5.4
,2.4.1
,1.22
note
- It is recommended to always declare the suitable and supported
appiumVersion
for your device OS in the desired capabilities settings to avoid errors. - For iOS 17 and above, use Appium version
2.11.2
and above to ensure the best compatibility and performance.