Skip to content

Commit 2cf0e27

Browse files
authored
Merge pull request #1222 from surishubham/main
Merge pull request #1221 from akshayverma28/stage
2 parents 79e0f60 + c7fdac2 commit 2cf0e27

File tree

1 file changed

+26
-33
lines changed

1 file changed

+26
-33
lines changed

docs/supported-appium-versions.md

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: supported-appium-versions
33
title: Supported Appium Versions
4-
hide_title: true
4+
hide_title: false
55
sidebar_label: Supported Appium Versions
66
description: This document provides information about configuring Appium versions for tests on the LambdaTest platform and also provides list of supported versions.
77
keywords:
@@ -41,29 +41,24 @@ import NewTag from '../src/component/newTag';
4141
},{
4242
"@type": "ListItem",
4343
"position": 3,
44-
"name": "Languages and Frameworks Supported on HyperExecute ",
44+
"name": "Appium Testing ",
4545
"item": "https://www.lambdatest.com/support/docs/supported-appium-versions/"
4646
}]
4747
})
4848
}}
4949
></script>
50-
51-
# Supported Appium Versions
52-
5350
Customize your testing experience on LambdaTest by selecting the appropriate Appium version for your tests on real devices. LambdaTest offers flexibility in choosing the Appium version to meet your testing requirements. By default, the suitable Appium version is selected based on the operating system (OS) when running tests. However, you can explicitly specify the version using the `appiumVersion` capability in your test scripts.
5451

5552
## Appium Version Configuration
56-
5753
To configure the Appium version for your tests on LambdaTest, use the `appiumVersion` capability in your test scripts. Below is a table of supported Appium versions for different platforms:
5854

59-
60-
| Platform Versions | Supported Versions | Default Version | Latest Version |
61-
|--------------------|---------------------------------------------------------------|-----------------|----------------|
62-
| Android (All) | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
63-
| iOS (12, 13, 14) | 1.22.3, 2.0.0, 2.1.3, 2.2.1 | 2.2.1 | 2.2.1 |
64-
| iOS (15, 16, 17, 18) | 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
65-
| fireos | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
66-
| tvos | 1.22.3 | 1.22.3 | 1.22.3 |
55+
| Platform Versions | Supported Versions | Default Version | Latest Version |
56+
|-------------------|--------------------|-----------------|----------------|
57+
| Android (All) | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2, 2.11.4, 2.12.1 | 2.2.1 | 2.3.0 |
58+
| iOS (12, 13, 14) | 1.22.3, 2.0.0, 2.1.3, 2.2.1 | 2.2.1 | 2.2.1 |
59+
| iOS (15, 16, 17, 18) | 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0, 2.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2, 2.11.4, 2.12.1 | 2.2.1 | 2.3.0 |
60+
| fireos | 1.21.0, 1.22.0, 1.22.3, 2.0.0, 2.1.3, 2.2.1, 2.3.0 | 2.2.1 | 2.3.0 |
61+
| tvos | 1.22.3, 2.2.1 | 1.22.3 | 1.22.3 |
6762

6863

6964
**Java Example:**
@@ -82,26 +77,24 @@ capabilities.setCapability("platformName", "ios");
8277

8378
## Supported Driver Versions
8479

85-
| Appium Version | iOS Driver | Android Driver |
86-
|----------------|---------------------------------------|---------------------------------------|
87-
| 1.21.0 | - | [email protected] |
88-
| 1.22.0 | - | [email protected] |
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
80+
| Appium Version | iOS Driver | Android Driver |
81+
|----------------|--------------------------------|---------------------------------------|
82+
| 1.22.0 | - | [email protected] |
83+
| 1.21.0 | - | [email protected] |
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
9996

10097
:::note
101-
10298
- If a user passes any Appium version other than the mentioned versions, appropriate error will be thrown.
10399
- For devices running iOS 17 and newer, it is recommended to use Appium versions `2.2.1` and `above` to ensure the best compatibility and performance.
104-
105-
:::
106-
107-
---
100+
:::

0 commit comments

Comments
 (0)