@@ -54,11 +54,11 @@ To configure the Appium version for your tests on LambdaTest, use the `appiumVer
5454
5555| Platform Versions | Supported Versions | Default Version | Latest Version |
5656| -------------------| --------------------| -----------------| ----------------|
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.2.1 | 2.3.0 |
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 |
5858| 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.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.4.1, 2.5.4, 2.6.0, 2.10.3, 2.11.2 | 2.2.1 | 2.3.0 |
61- | tvos | 1.22.3 | 1.22.3 | 1.22.3 |
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 |
6262
6363
6464** Java Example:**
@@ -91,6 +91,8 @@ capabilities.setCapability("platformName", "ios");
91919292939394+ 95+ 9496
9597::: note
9698- If a user passes any Appium version other than the mentioned versions, appropriate error will be thrown.
0 commit comments