From e455a5debd25e41a04b4772bc3488a84a9287759 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?git=20commit=20-sm=20=20"@ohos.uitest.d.ts?= =?UTF-8?q?=E4=B8=ADPoint=E6=8E=A5=E5=8F=A3=E5=90=8D=E5=92=8C=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E8=B0=83=E6=95=B4=EF=BC=8CApi=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3=E9=80=82=E9=85=8D.=20Signed-off-by:?= =?UTF-8?q?=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