Skip to content

Commit 9cc583d

Browse files
authored
Update appium-versions.md (#3324)
1 parent 7d107d9 commit 9cc583d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mobile-apps/automated-testing/appium/appium-versions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

1212
:::warning Appium 1 End-of-life
13-
The Appium core team does not maintain Appium 1.x anymore since the [1st of January 2022](https://github.com/appium/appium). This means that:
13+
The Appium core team does not maintain Appium 1.x anymore since the [1st of January 2022](https://github.com/appium/appium). This means the following:
1414

15-
- bugfixes will not be released for Appium 1.x anymore and require you to [migrate to Appium 2](./migration-guides/appium-2-migration.md)
15+
- Bug-fixes will not be released for Appium 1.x anymore and require you to [migrate to Appium 2](./migration-guides/appium-2-migration.md)
1616
- Appium 1 and its packaged drivers are no longer 100% compatible with Android 13/iOS 16 and higher and require Appium 2 to run stably.
1717

1818
Sauce Labs still supports Appium 1.x in limited versions, but we recommend [migrating to Appium 2](./migration-guides/appium-2-migration.md) to keep your tests up-to-date and compatible with the latest platform versions.
@@ -22,7 +22,7 @@ Sauce Labs still supports Appium 1.x in limited versions, but we recommend [migr
2222

2323
You can select a specific Appium version by using the `appiumVersion` capability as part of the `"sauce:options"`. The below examples show how to select the Appium version for your test and use Android with Chrome as an example. See our [Platform Configurator](https://saucelabs.com/products/platform-configurator#/) to help you construct your capabilities for the specific platform and Real Device/Android Emulator/iOS Simulator you want to test on.
2424

25-
The active Appium versions can be found in the [Real Devices](#real-devices), [Android Emulators](#android-emulators), and [iOS Simulators](#ios-simulators) sections.
25+
The active Appium versions are listed in the [Real Devices](#real-devices), [Android Emulators](#android-emulators), and [iOS Simulators](#ios-simulators) sections.
2626

2727
<Tabs
2828
groupId="capability-ex-emusim"
@@ -132,7 +132,7 @@ capabilities.AddAdditionalCapability("sauce:options", sauceOptions);
132132

133133
## End-of-Life
134134

135-
To improve your testing experience, we're ending support for select versions of Appium 1 and certain bundles of Appium 2. A single stable Appium 1 release will ensure better compatibility and stability, especially on older Android and iOS devices. For Appium 2, we recommend using the most recent drivers to benefit from new features and bug fixes.
135+
To improve your testing experience, we are ending support for select versions of Appium 1 and certain bundles of Appium 2. A single stable Appium 1 release will ensure better compatibility and stability, particularly on older Android and iOS devices. For Appium 2, we recommend using the most recent drivers to take advantage of new features and bug fixes.
136136

137137
You can find which versions are currently supported in the [Real Devices](#real-devices), [Android Emulators](#android-emulators) and [iOS Simulators](#ios-simulators) sections, including their end-of-life dates.
138138

0 commit comments

Comments
 (0)