Skip to content

Commit

Permalink
Merge pull request #2832 from saucelabs/mb-fix-typos
Browse files Browse the repository at this point in the history
Fix Typos and document appium2-20240701
  • Loading branch information
bahrimootaz authored Jul 1, 2024
2 parents e2ff3a9 + 5e8d36d commit 1bf777a
Showing 1 changed file with 68 additions and 2 deletions.
70 changes: 68 additions & 2 deletions docs/mobile-apps/automated-testing/appium/appium-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ The following list of custom Appium plugins are supported:
<span className="sauceGreen">Active</span>
</td>
<td>
<a href="https://docs.deque.com/devtools-mobile/2024.2.14/en/may-2024" target="_blank">
<a href="https://docs.deque.com/devtools-mobile/2024.2.14/en/june-2024-3" target="_blank">
Deque axe DevTools® Mobile Analyzer Accessibility plugin
</a>
helps you with automated accessibility testing. Contains only the latest version of Appium. The plugin helps to identify and to resolve accessibility issues. Requires Deque axe DevTools® license.
&nbsp;helps you with automated accessibility testing. Contains only the latest version of Appium. The plugin helps to identify and to resolve accessibility issues. Requires Deque axe DevTools® license.
<br />
<ul>
<li>
Expand All @@ -233,6 +233,39 @@ The following list of custom Appium plugins are supported:
</ul>
</td>
</tr>
<tr>
<td>
<code>appium2-20240701</code>
</td>
<td>
<span className="sauceGold">June 30th, 2025</span>
</td>
<td>
This is a collection of drivers that were released in July 1st 2024 <br />
<ul>
<li>
<a href="https://github.com/appium/appium/releases/tag/appium%402.11.1" target="_blank">
<code>appium</code>: 2.11.1
</a>
</li>
<li>
<a href="https://github.com/appium/appium-flutter-driver/releases/tag/v2.8.0" target="_blank">
<code>appium-flutter-driver</code>: 2.8.0
</a>
</li>
<li>
<a href="https://github.com/appium/appium-uiautomator2-driver/releases/tag/v3.7.0" target="_blank">
<code>appium-uiautomator2-driver</code>: 3.7.0
</a>
</li>
<li>
<a href="https://github.com/appium/appium-xcuitest-driver/releases/tag/v7.21.1" target="_blank">
<code>appium-xcuitest-driver</code>: 7.21.1
</a>
</li>
</ul>
</td>
</tr>
<tr>
<td>
<code>appium2-20240601</code>
Expand Down Expand Up @@ -563,6 +596,39 @@ The following list of custom Appium plugins are supported:
</ul>
</td>
</tr>
<tr>
<td>
<code>2.0.0</code>
</td>
<td>
<span className="sauceGold">July 31st, 2024</span>
</td>
<td>
This alias for getting the Appium 2 drivers that were installed in the Sauce Labs Real Device Cloud. <br /> The alias <code>2.0.0</code> is a collection of the following drivers <br />
<ul>
<li>
<a href="https://github.com/appium/appium/releases/tag/appium%402.0.1" target="_blank">
<code>appium</code>: 2.0.1
</a>
</li>
<li>
<a href="https://github.com/appium/appium-flutter-driver/releases/tag/v1.20.2" target="_blank">
<code>appium-flutter-driver</code>: 1.20.2
</a>
</li>
<li>
<a href="https://github.com/appium/appium-uiautomator2-driver/releases/tag/v2.29.4" target="_blank">
<code>appium-uiautomator2-driver</code>: 2.29.4
</a>
</li>
<li>
<a href="https://github.com/appium/appium-xcuitest-driver/releases/tag/v4.33.2" target="_blank">
<code>appium-xcuitest-driver</code>: 4.33.2
</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 1bf777a

Please sign in to comment.