From 4c5a6abc4c1a5f5df7715431d8e06c3de98860f6 Mon Sep 17 00:00:00 2001 From: lijialang Date: Thu, 18 May 2023 09:44:24 +0800 Subject: [PATCH] =?UTF-8?q?uitest.md=20demo=20=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijialang --- zh-cn/application-dev/reference/apis/js-apis-uitest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-uitest.md b/zh-cn/application-dev/reference/apis/js-apis-uitest.md index 97ec1fc917..f532dfc53c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md @@ -2093,7 +2093,7 @@ fling(from: Point, to: Point, stepLen: number, speed: number): Promise\ ```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); } ``` -- GitLab