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 a15cbc4c9236e22ce85790f7202dd96324812b7c..4dcb3cfd57ceee3d37b65982075f20e7a72fcfc1 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md @@ -53,14 +53,6 @@ text(txt: string, pattern?: MatchPattern): On | ---------- | ---------------------------------- | | [On](#on9) | 返回指定目标控件文本属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -88,14 +80,6 @@ id(id: string): On | ---------- | -------------------------------- | | [On](#on9) | 返回指定目标控件id属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -123,14 +107,6 @@ type(tp: string): On | ---------- | ---------------------------------------- | | [On](#on9) | 返回指定目标控件的控件类型属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -158,14 +134,6 @@ clickable(b?: boolean): On | ---------- | ------------------------------------------ | | [On](#on9) | 返回指定目标控件的可点击状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -192,14 +160,6 @@ longClickable(b?: boolean): On | ---------- | ---------------------------------------------- | | [On](#on9) | 返回指定目标控件的可长按点击状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -227,14 +187,6 @@ scrollable(b?: boolean): On | ---------- | ------------------------------------------ | | [On](#on9) | 返回指定目标控件的可滑动状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -261,14 +213,6 @@ enabled(b?: boolean): On | ---------- | ---------------------------------------- | | [On](#on9) | 返回指定目标控件的使能状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -295,14 +239,6 @@ focused(b?: boolean): On | ---------- | ---------------------------------------- | | [On](#on9) | 返回指定目标控件的获焦状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -329,14 +265,6 @@ selected(b?: boolean): On | ---------- | ------------------------------------------ | | [On](#on9) | 返回指定目标控件的被选中状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -363,14 +291,6 @@ checked(b?: boolean): On | ---------- | ------------------------------------------ | | [On](#on9) | 返回指定目标控件的被勾选状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -397,14 +317,6 @@ checkable(b?: boolean): On | ---------- | -------------------------------------------- | | [On](#on9) | 返回指定目标控件能否被勾选状态属性的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -431,14 +343,6 @@ isBefore(on: On): On | ---------- | ---------------------------------------------------- | | [On](#on9) | 返回指定目标控件位于给出的特征属性控件之前的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -465,14 +369,6 @@ isAfter(on: On): On | ---------- | ---------------------------------------------------- | | [On](#on9) | 返回指定目标控件位于给出的特征属性控件之后的On对象。 | -**错误码:** - -以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。 - -| 错误码ID | 错误码信息 | -| -------- | ------------------------ | -| 401 | Invalid input parameter. | - **示例:** ```js @@ -1056,7 +952,6 @@ inputText(text: string): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1121,7 +1016,6 @@ scrollSearch(on: ON): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1155,7 +1049,6 @@ scrollToTop(speed?: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1189,7 +1082,6 @@ scrollToBottom(speed?: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1223,7 +1115,6 @@ dragTo(target: Component): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1258,7 +1149,6 @@ pinchOut(scale: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1292,7 +1182,6 @@ pinchIn(scale: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | @@ -1361,7 +1250,6 @@ Driver对象在给定的时间内延时。 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1399,7 +1287,6 @@ findComponent(on: On): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1437,7 +1324,6 @@ findComponents(on: On): Promise\> | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1475,7 +1361,6 @@ findWindow(filter: WindowFilter): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1514,7 +1399,6 @@ waitForComponent(on: On, time: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1546,7 +1430,6 @@ assertComponentExist(on: On): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000003 | Component existence assertion failed. | @@ -1604,7 +1487,6 @@ Driver对象采取如下操作:通过key值找到对应键并点击。 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1638,7 +1520,6 @@ Driver对象通过给定的key值,找到对应组合键并点击。例如,Ke | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1672,7 +1553,6 @@ Driver对象采取如下操作:在目标坐标点单击。 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1705,7 +1585,6 @@ Driver对象采取如下操作:在目标坐标点双击。 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1738,19 +1617,10 @@ Driver对象采取如下操作:在目标坐标点长按下。 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** - - - - - - - - ```js async function demo() { let driver = Driver.create() @@ -1782,7 +1652,6 @@ Driver对象采取如下操作:从给出的起始坐标点滑向给出的目 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1818,7 +1687,6 @@ Driver对象采取如下操作:从给出的起始坐标点拖拽至给出的 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1856,7 +1724,6 @@ Driver对象采取如下操作:捕获当前屏幕,并保存为PNG格式的 | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1888,7 +1755,6 @@ setDisplayRotation(rotation: DisplayRotation): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -1951,7 +1817,6 @@ setDisplayRotationEnabled(enabled: boolean): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -2102,7 +1967,6 @@ waitForIdle(idleTime: number, timeout: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -2137,7 +2001,6 @@ fling(from: Point, to: Point, stepLen: number, speed: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | **示例:** @@ -2176,7 +2039,6 @@ injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | | 17000005 | This operation is not supported. | @@ -2561,7 +2406,6 @@ resize(wide: number, height: number, direction: ResizeDirection): Promise\ | 错误码ID | 错误码信息 | | -------- | ---------------------------------------- | -| 401 | Invalid input parameter. | | 17000002 | API does not allow calling concurrently. | | 17000004 | Component lost/UiWindow lost. | | 17000005 | This operation is not supported. | diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-uitest.md b/zh-cn/application-dev/reference/errorcodes/errorcode-uitest.md index 95c04ca1a42117566684e1f56d86584222feb8e7..c2140b0e70dec2806a657f7137c3b0f79f0a90bd 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-uitest.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-uitest.md @@ -1,25 +1,5 @@ # uitest错误码 -## 401 参数错误 - -### 错误信息 - -Invalid input parameter. - -### 错误描述 - -输入参数不合理。 - -### 可能原因 - -1. 入参数量不足。 -2. 参数类型错误。 - -### 处理步骤 - -1. 检查入参,补充足够的入参数量。 -2. 检查入参,修正参数类型错误。 - ## 17000001 初始化失败 ### 错误信息