Skip to content

Commit 337a8a8

Browse files
committed
v1.6.2
1 parent e064148 commit 337a8a8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Depends upon the Selenium Java client library, available [here](http://docs.sele
1111
<dependency>
1212
<groupId>io.appium</groupId>
1313
<artifactId>java-client</artifactId>
14-
<version>1.6.1</version>
14+
<version>1.6.2</version>
1515
</dependency>
1616
```
1717

@@ -61,6 +61,14 @@ Locators:
6161
- findElementsByAndroidUIAutomator()
6262

6363
##Changelog##
64+
*1.6.2*
65+
- Added MobilePlatform interface (Android, IOS, FirefoxOS)
66+
- Added MobileBrowserType interface (Safari, Browser, Chromium, Chrome)
67+
- Added MobileCapabilityType.APP_WAIT_ACTIVITY
68+
- Fixed small Integer cast issue (in Eclipse it won't compile)
69+
- Set -source and -target of the Java Compiler to 1.7 (for maven compiler plugin)
70+
- Fixed bug in Page Factory
71+
6472
*1.6.1*
6573
- Fixed the logic for checking connection status on NetworkConnectionSetting objects
6674

java-client.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3-
<component name="NewModuleRootManager" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.appium</groupId>
77
<artifactId>java-client</artifactId>
8-
<version>1.6.1</version>
8+
<version>1.6.2</version>
99
<dependencies>
1010
<dependency>
1111
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)