I am trying to scroll the android screen using touchAction in webdriverio. Am using the following code to perform action but it doesn't work.
driver.touchAction([ {action:'press',x:1052,y:1567}, { action: 'moveTo',x:1041, y:689}, 'release' ])
Any suggestion would be helpful