【发布时间】:2019-12-10 00:42:23
【问题描述】:
我无法使用 Appium 垂直滚动 android 应用程序。
我正在使用 java-client 7.0.0 API。
Action.press 不工作
(new TouchAction(driver))
.press({x: 600, y: 2408})
.moveTo({x: 348: y: 615})
.release()
.perform()
【问题讨论】:
标签: java selenium-webdriver appium appium-android