From 2382924540649c292e4d2297cc11bb0b041e7ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=9F=AF?= Date: Tue, 14 Feb 2023 08:31:42 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20e455a5d=20from=20https://gitee.com/zhou?= =?UTF-8?q?-ke-0929/docs/pulls/14672=20git=20commit=20-sm=20=20"@ohos.uite?= =?UTF-8?q?st.d.ts=E4=B8=ADPoint=E6=8E=A5=E5=8F=A3=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E8=B0=83=E6=95=B4=EF=BC=8CApi?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=96=87=E6=A1=A3=E9=80=82=E9=85=8D.=20Signe?= =?UTF-8?q?d-off-by:=20".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周柯 --- .../reference/apis/{js-apis-uitest.md => js-apis-UiTest.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename zh-cn/application-dev/reference/apis/{js-apis-uitest.md => js-apis-UiTest.md} (99%) diff --git a/zh-cn/application-dev/reference/apis/js-apis-uitest.md b/zh-cn/application-dev/reference/apis/js-apis-UiTest.md similarity index 99% rename from zh-cn/application-dev/reference/apis/js-apis-uitest.md rename to zh-cn/application-dev/reference/apis/js-apis-UiTest.md index 2feec76275..f04ccc898c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-UiTest.md @@ -1,4 +1,4 @@ -# @ohos.uitest (UiTest) +# @ohos.UiTest (UiTest) UiTest提供模拟UI操作的能力,供开发者在测试场景使用,主要支持如点击、双击、长按、滑动等UI操作能力。 @@ -61,8 +61,8 @@ import {UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern | 名称 | 类型 | 可读 | 可写 | 说明 | | ---- | ------ | ---- | ---- | ---------------- | -| X | number | 是 | 否 | 坐标点的横坐标。 | -| Y | number | 是 | 否 | 坐标点的纵坐标。 | +| x | number | 是 | 否 | 坐标点的横坐标。 | +| y | number | 是 | 否 | 坐标点的纵坐标。 | ## Rect9+ -- GitLab