Skip to content

Commit a2d8410

Browse files
author
Mykola Mokhnach
committed
Add an explanation to the documentation
1 parent e853e24 commit a2d8410

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/io/appium/java_client/TouchAction.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public T release() {
125125
* Moves current touch to a new position.
126126
*
127127
* @param moveToOptions see {@link PointOption} and {@link ElementOption}
128+
* Important: some older Appium drivers releases have a bug when moveTo
129+
* coordinates are calculated as relative to the recent pointer position
130+
* in the chain instead of being absolute.
131+
* @see <a href="https://github.com/appium/appium/issues/7486">Appium Issue #7486</a>
132+
* for more details.
128133
* @return this TouchAction, for chaining.
129134
*/
130135
public T moveTo(PointOption moveToOptions) {

0 commit comments

Comments
 (0)