未验证 提交 2104158e 编写于 作者: O openharmony_ci 提交者: Gitee

!18327 js-api-uitest.md demo 示例整改

Merge pull request !18327 from lijialang/OpenHarmony-3.2-Release
......@@ -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.
先完成此消息的编辑!
想要评论请 注册