From 789e86c93304fe0e93aaf6ee391d62a0497f566a Mon Sep 17 00:00:00 2001 From: zhouke <zhouke35@huawei.com> Date: Sat, 26 Nov 2022 14:18:55 +0800 Subject: [PATCH] =?UTF-8?q?js-apis-uitest.md=20=E8=A7=84=E8=8C=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9.Signed-off-by:=20<zhouke35@huawei.com>.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouke <zhouke35@huawei.com> --- zh-cn/application-dev/reference/apis/js-apis-uitest.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 dc83e9ecc2..66bd210674 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md @@ -840,7 +840,7 @@ isCheckable(): Promise\<boolean> **返回值:** -| 错误ç ID | é”™è¯¯ä¿¡æ¯ | +| 类型 | 说明 | | ----------------- | ------------------------------------------------------------ | | Promise\<boolean> | 以Promiseå½¢å¼è¿”回控件对象能å¦å¯è¢«å‹¾é€‰å±žæ€§ï¼Œtrue:å¯è¢«å‹¾é€‰ï¼Œfalse:ä¸å¯è¢«å‹¾é€‰ã€‚ | @@ -848,7 +848,7 @@ isCheckable(): Promise\<boolean> 以下错误ç 的详细介ç»è¯·å‚è§[uitest测试框架错误ç ](../errorcodes/errorcode-uitest.md)。 -| 类型 | 说明 | +| 错误ç ID | é”™è¯¯ä¿¡æ¯ | | -------- | ---------------------------------------- | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1295,7 +1295,7 @@ static create(): Driver **返回值:** -| 错误ç ID | é”™è¯¯ä¿¡æ¯ | +| 类型 | 说明 | | -------- | ---------------------- | | Driver | è¿”å›žæž„é€ çš„Driver对象。 | @@ -1303,7 +1303,7 @@ static create(): Driver 以下错误ç 的详细介ç»è¯·å‚è§[uitest测试框架错误ç ](../errorcodes/errorcode-uitest.md)。 -| 类型 | 说明 | +| 错误ç ID | é”™è¯¯ä¿¡æ¯ | | -------- | ------------------ | | 17000001 | Initialize failed. | @@ -2518,7 +2518,7 @@ split(): Promise\<void> 以下错误ç 的详细介ç»è¯·å‚è§[uitest测试框架错误ç ](../errorcodes/errorcode-uitest.md)。 -| 类型 | 说明 | +| 错误ç ID | é”™è¯¯ä¿¡æ¯ | | -------- | ---------------------------------------- | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | -- GitLab