From 7d837642fdfe8b6b4977f622a681ecb3b986f932 Mon Sep 17 00:00:00 2001 From: zhouke Date: Wed, 11 Jan 2023 11:13:20 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2030f98f8=20from=20https://gitee.com/zhou?= =?UTF-8?q?-ke-0929/docs=5F2/pulls/13465=20js-apis-uitest.md=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9.Signed-off-by:=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouke --- .../application-dev/reference/apis/js-apis-uitest.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 14a5dbb5d9..2feec76275 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md @@ -70,12 +70,12 @@ import {UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern **系统能力**:SystemCapability.Test.UiTest -| 名称 | 类型 | 可读 | 可写 | 说明 | -| ------- | ------ | ---- | ---- | ------------------------- | -| leftX | number | 是 | 否 | 控件边框的左上角的X坐标。 | -| topY | number | 是 | 否 | 控件边框的左上角的Y坐标。 | -| rightX | number | 是 | 否 | 控件边框的右下角的X坐标。 | -| bottomY | number | 是 | 否 | 控件边框的右下角的Y坐标。 | +| 名称 | 类型 | 可读 | 可写 | 说明 | +| ------ | ------ | ---- | ---- | ------------------------- | +| left | number | 是 | 否 | 控件边框的左上角的X坐标。 | +| top | number | 是 | 否 | 控件边框的左上角的Y坐标。 | +| right | number | 是 | 否 | 控件边框的右下角的X坐标。 | +| bottom | number | 是 | 否 | 控件边框的右下角的Y坐标。 | ## WindowMode9+ -- GitLab