You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ This is a collection of example Appium TestNG tests written for the AWS Device F
7
7
## Getting Started
8
8
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.
9
9
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:
3. Verify that you have Appium installed with this command:
16
16
```
17
17
appium -v
18
18
```
19
-
You should get "1.4.1" as the output
19
+
You should get "1.4.10" as the output
20
20
21
21
## Creating a new Java Appium Test Project Using Maven
22
22
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