Skip to content

Commit 3341e18

Browse files
author
Rohan Deshpande
committed
Update supported Appium version to 1.4.10.
1 parent 488093c commit 3341e18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This is a collection of example Appium TestNG tests written for the AWS Device F
77
## Getting Started
88
1. Follow the **[official Appium getting started guide](http://appium.io/slate/en/tutorial/android.html?java#getting-started-with-appium)** and install the Appium server and dependencies.
99

10-
**AWS Device Farm supports Appium version 1.4.1. Using a different version locally may cause unexpected results when running Appium tests on AWS Device Farm.**
11-
2. In order to use 1.4.1, download Appium through NPM with this command:
10+
**AWS Device Farm supports Appium version 1.4.10. Using a different version locally may cause unexpected results when running Appium tests on AWS Device Farm.**
11+
2. In order to use 1.4.10, download Appium through NPM with this command:
1212
```
13-
npm install -g [email protected].1
13+
npm install -g [email protected].10
1414
```
1515
3. Verify that you have Appium installed with this command:
1616
```
1717
appium -v
1818
```
19-
You should get "1.4.1" as the output
19+
You should get "1.4.10" as the output
2020

2121
## Creating a new Java Appium Test Project Using Maven
2222
1. Create a new Maven project using a Java IDE. **The example in this tutorial is for [IntelliJ IDEA Community Edition](http://www.jetbrains.com/idea/download/)**.

0 commit comments

Comments
 (0)