提交 23829245 编写于 作者: 周柯

fixed e455a5de from https://gitee.com/zhou-ke-0929/docs/pulls/14672

git commit -sm  "@ohos.uitest.d.ts中Point接口名和文件名调整,Api说明文档适配. Signed-off-by: <zhouke35@huawei.com>".
Signed-off-by: N周柯 <zhouke35@huawei.com>
上级 1f463c80
# @ohos.uitest (UiTest) # @ohos.UiTest (UiTest)
UiTest提供模拟UI操作的能力,供开发者在测试场景使用,主要支持如点击、双击、长按、滑动等UI操作能力。 UiTest提供模拟UI操作的能力,供开发者在测试场景使用,主要支持如点击、双击、长按、滑动等UI操作能力。
...@@ -61,8 +61,8 @@ import {UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern ...@@ -61,8 +61,8 @@ import {UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern
| 名称 | 类型 | 可读 | 可写 | 说明 | | 名称 | 类型 | 可读 | 可写 | 说明 |
| ---- | ------ | ---- | ---- | ---------------- | | ---- | ------ | ---- | ---- | ---------------- |
| X | number | 是 | 否 | 坐标点的横坐标。 | | x | number | 是 | 否 | 坐标点的横坐标。 |
| Y | number | 是 | 否 | 坐标点的纵坐标。 | | y | number | 是 | 否 | 坐标点的纵坐标。 |
## Rect<sup>9+</sup> ## Rect<sup>9+</sup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册