提交 6fe7b31f 编写于 作者: C chengxingzhen
上级 eb8925e1
......@@ -54,8 +54,11 @@ export default function OnAndOffScreenTest() {
async function slideScreen(TAG) {
console.log(TAG + "slideScreen start");
var driver = UiDriver.create();
await driver.swipe(1000, 3000, 1000, 500, 1200);
await driver.delayMs(500);
await driver.swipe(1000, 3000, 1000, 500, 1200).then((data) => {
console.log(TAG + "swipe : " + JSON.stringify(data));
}).catch((error) => {
console.log(TAG + "swipe error = " + JSON.stringify(error));
})
console.log(TAG + "slideScreen end");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册