Java-client: How to control the speed of touchAction

Created on 12 Sep 2017  路  2Comments  路  Source: appium/java-client

Description

Is there any way to control the speed of touchAction method?

why swipe was removed from java client 5.0.3

question

All 2 comments

I think you can use .waitAction(Duration.ofMillis(time)) and you set the time to control the speed of the action. Chain this into TouchAction before do perform()

AFAIK waitAction doesn't control the speed of the touch perform, it is immediate. Check if there is something in mobile: methods for the same.

Was this page helpful?
0 / 5 - 0 ratings