提交 4c5a6abc 编写于 作者: L lijialang

uitest.md demo 一致性更改

Signed-off-by: Nlijialang <lijialang2@huawei.com>
上级 b476c863
......@@ -2093,7 +2093,7 @@ fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>
```js
async function demo() {
let driver = Driver.create();
await driver.fling({x: 500, Y: 480},{x: 450, Y: 480},5,600);
await driver.fling({x: 500, y: 480},{x: 450, y: 480},5,600);
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册