Skip to content

Commit c2a5ff9

Browse files
authored
Merge pull request #2377 from keys-github/salman-stage
Updated Appium Version docs
2 parents 48ebe6d + b97b1ef commit c2a5ff9

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
98106
99107
100-
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)