mirror of
https://github.com/appium/appium.git
synced 2026-05-01 07:51:30 -05:00
wd upgrade, updated node touch action api
This commit is contained in:
@@ -9,5 +9,5 @@ exports.swipe = function (opts) {
|
||||
.wait(opts.duration)
|
||||
.moveTo({x: opts.endX, y: opts.endY})
|
||||
.release();
|
||||
return this.performTouch(action);
|
||||
return this.performTouchAction(action);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user