wd upgrade, updated node touch action api

This commit is contained in:
sebv
2014-06-10 12:49:31 +08:00
parent 7d94b0e8aa
commit dfae412481
9 changed files with 203 additions and 79 deletions
+1 -1
View File
@@ -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);
};