appium swipe不能使用和tap不能使用
替换了appium-client5.1版本之后swipe和tap不能使用swipe可以替换成 new TouchAction(driver1).press(590,700).moveTo(-350,0).release().perform(); 意思是在x=590,y=700的状态下x减少350,y不变,相当于向左欢动350tap可以替换成:new TouchAction(d