未验证 提交 0649b489 编写于 作者: O openharmony_ci 提交者: Gitee

!14673 @ohos.uitest.d.ts中Point接口名和文件名调整,Api说明文档适配.for 1018

Merge pull request !14673 from 周柯/cherry-pick-1676363636
# @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.
先完成此消息的编辑!
想要评论请 注册