Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
eb4becde
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
eb4becde
编写于
10月 14, 2022
作者:
Z
zhouke
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify.Signed-off-by: <zhouke35@huawei.com>.
Signed-off-by:
N
zhouke
<
zhouke35@huawei.com
>
上级
c060f2a5
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
0 addition
and
176 deletion
+0
-176
zh-cn/application-dev/reference/apis/js-apis-uitest.md
zh-cn/application-dev/reference/apis/js-apis-uitest.md
+0
-156
zh-cn/application-dev/reference/errorcodes/errorcode-uitest.md
.../application-dev/reference/errorcodes/errorcode-uitest.md
+0
-20
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-uitest.md
浏览文件 @
eb4becde
...
...
@@ -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\<void>
| 错误码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\<Component>
| 错误码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\<void>
| 错误码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\<void>
| 错误码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\<void>
| 错误码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\<void>
| 错误码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\<void>
| 错误码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\<Component>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -1437,7 +1324,6 @@ findComponents(on: On): Promise\<Array\<Component>>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -1475,7 +1361,6 @@ findWindow(filter: WindowFilter): Promise\<UiWindow>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -1514,7 +1399,6 @@ waitForComponent(on: On, time: number): Promise\<Component>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -1546,7 +1430,6 @@ assertComponentExist(on: On): Promise\<void>
| 错误码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\<void>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -1951,7 +1817,6 @@ setDisplayRotationEnabled(enabled: boolean): Promise\<void>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -2102,7 +1967,6 @@ waitForIdle(idleTime: number, timeout: number): Promise\<boolean>
| 错误码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\<void>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -2176,7 +2039,6 @@ injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\<bool
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
**示例:**
...
...
@@ -2219,14 +2081,6 @@ static create(fingers: number, steps: number): PointerMatrix
| -------------------------------- | ----------------------------- |
|
[
PointerMatrix
](
#pointermatrix9
)
| 返回构造的PointerMatrix对象。 |
**错误码:**
以下错误码的详细介绍请参见
[
uitest测试框架错误码
](
../errorcodes/errorcode-uitest.md
)
。
| 错误码ID | 错误码信息 |
| -------- | ------------------------ |
| 401 | Invalid input parameter. |
**示例:**
```
js
...
...
@@ -2251,14 +2105,6 @@ setPoint(finger: number, step: number, point: Point): void
| step | number | 是 | 步骤的序号。 |
| point |
[
Point
](
#point9
)
| 是 | 该行为的坐标点。 |
**错误码:**
以下错误码的详细介绍请参见
[
uitest测试框架错误码
](
../errorcodes/errorcode-uitest.md
)
。
| 错误码ID | 错误码信息 |
| -------- | ------------------------ |
| 401 | Invalid input parameter. |
**示例:**
```
js
...
...
@@ -2524,7 +2370,6 @@ moveTo(x: number, y: number): Promise\<void>
| 错误码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\<void>
| 错误码ID | 错误码信息 |
| -------- | ---------------------------------------- |
| 401 | Invalid input parameter. |
| 17000002 | API does not allow calling concurrently. |
| 17000004 | Component lost/UiWindow lost. |
| 17000005 | This operation is not supported. |
...
...
zh-cn/application-dev/reference/errorcodes/errorcode-uitest.md
浏览文件 @
eb4becde
# uitest错误码
## 401 参数错误
### 错误信息
Invalid input parameter.
### 错误描述
输入参数不合理。
### 可能原因
1.
入参数量不足。
2.
参数类型错误。
### 处理步骤
1.
检查入参,补充足够的入参数量。
2.
检查入参,修正参数类型错误。
## 17000001 初始化失败
### 错误信息
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录