Skip to main content

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.
  1. In Katalon Studio, go to Project > Settings > Desired Capabilites and select TestCloud.
  2. In the TestCloud settings table, add the katalon:options property and set the Type as Dictionary.
    1. In the Value column, add the appiumVersion with String value type, then specify the version tag.
  3. Click OK and Apply & Close to save the settings.
  4. Configure your TestCloud mobile environment and run the test.
Was this page helpful?