File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/aquality/appium/mobile/actions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.aquality-automation</groupId >
8
8
<artifactId >aquality-appium-mobile</artifactId >
9
- <version >2.0 .0</version >
9
+ <version >2.1 .0</version >
10
10
11
11
<packaging >jar</packaging >
12
12
<name >Aquality Appium Mobile</name >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public interface ITouchActions {
16
16
void swipe (Point startPoint , Point endPoint );
17
17
18
18
/**
19
- * Performs long press action and moves cursor from a start point to an end end point imitating the swipe action.
19
+ * Performs long press action and moves cursor from a start point to an end point imitating the swipe action.
20
20
*
21
21
* @param startPoint point on screen to swipe from.
22
22
* @param endPoint point on screen to swipe to.
You can’t perform that action at this time.
0 commit comments