Skip to content

Commit 36daad9

Browse files
committed
Merge pull request #2377 from keys-github/salman-stage
Updated Appium Version docs
1 parent cd6a3de commit 36daad9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/supported-appium-versions.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,16 @@ import VirtualDeviceTag from '../src/component/virtualDevice';
5252
# Supported Appium Versions
5353
<RealDeviceTag value="Real Device" />
5454
<VirtualDeviceTag value="Virtual Device" />
55+
5556
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.
5657

58+
:::info
59+
- We also provide Support for Appium 3.0.2 on following versions
60+
- **Android Devices:** 13, 15, 16
61+
- **iOS Devices:** 16, 17, 18, 26
62+
:::
63+
64+
5765
## Appium Version Configuration for Real Devices
5866
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:
5967

@@ -97,7 +105,6 @@ capabilities.setCapability("platformName", "ios");
97105
| 2.11.2 | appium-xcuitest-driver@7.23.1 | appium-uiautomator2-driver@3.7.2 |
98106
| 2.11.4 | appium-xcuitest-driver@7.26.4 | appium-uiautomator2-driver@3.7.11 |
99107
| 2.12.1 | appium-xcuitest-driver@7.28.3 | appium-uiautomator2-driver@3.8.0 |
100-
| 3.0.2 | appium-xcuit-driver@9.3.2 | appium-uiautomator2-driver@5.0.1 |
101108

102109
:::note
103110
- If a user passes any Appium version other than the mentioned versions, appropriate error will be thrown.
@@ -113,8 +120,3 @@ capabilities.setCapability("platformName", "ios");
113120
| iOS |1.22.3, 2.0.0, 2.1.3, 2.16.2 |
114121

115122

116-
:::info
117-
- We also provide Support for Appium 3.0.2 on following versions
118-
- **Android Devices:** 13, 15, 16
119-
- **iOS Devices:** 16, 17, 18, 26
120-
:::

0 commit comments

Comments
 (0)