Skip to content

Commit 63f6750

Browse files
committed
v2.2.0
1 parent da6c311 commit 63f6750

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ Locators:
7171
- findElementsByAndroidUIAutomator()
7272

7373
##Changelog##
74+
*2.2.0*
75+
- Added new TouchAction methods for LongPress, on an element, at x,y coordinates, or at an offset from within an element
76+
- SwipeElementDirection changed. Read the documentation, it's now smarter about how/where to swipe
77+
- Added APPIUM_VERSION MobileCapabilityType
78+
- `sendKeyEvent()` moved from AppiumDriver to IOSDriver
79+
- `linkText` and `partialLinkText` locators added
80+
- setValue() moved from MobileElement to IOSElement
81+
- Fixed Selendroid PageAnnotations
82+
7483
*2.1.0*
7584
- Moved hasAppString() from AndroidDriver to AppiumDriver
7685
- Fixes to PageFactory

pom.xml

+1-1
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>2.1.0</version>
8+
<version>2.2.0</version>
99
<dependencies>
1010
<dependency>
1111
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)