如何降低touchActions()量角器的执行速度?

时间:2019-11-20 18:11:47

标签: angularjs protractor appium

我使用此代码

browser.touchActions()
             .tapAndHold(startLocation2)
             .move(newLocation2)
             .waitAction(2000) 
             .perform();

但是.waitAction出现错误:失败:browser.touchActions(...)。tapAndHold(...)。waitAction不是函数

我可以使用哪种措施起作用?

0 个答案:

没有答案