harmony(鸿蒙)测试框架子系统JS API变更

2022-08-09 浏览 (763)

测试框架子系统JS API变更

OpenHarmony 3.2 Beta1版本相较于OpenHarmony 3.1 Release版本,测试框架子系统的API变更如下:

接口变更

模块名类名方法/属性/枚举/常量变更类型
ohos.uitestUiDriverdrag(startx: number, starty: number, endx: number, endy: number): Promise<void>;新增
ohos.uitestUiDriverwaitForComponent(by: By, time: number): Promise<UiComponent>;新增
ohos.uitestUiComponentdragTo(target: UiComponent): Promise<void>;新增
ohos.uitestUiComponentgetBounds(): Promise<Rect>;新增
ohos.uitestUiComponentscrollToBottom(): Promise<void>;新增
ohos.uitestUiComponentscrollToTop(): Promise<void>;新增
ohos.uitestUiComponentclearText(): Promise<void>;新增
ohos.uitestUiComponentisCheckable(): Promise<bool>;新增
ohos.uitestUiComponentisChecked(): Promise<bool>;新增
ohos.uitestUiComponentisLongClickable(): Promise<bool>;新增
ohos.uitestBycheckable(b?: bool): By;新增
ohos.uitestBychecked(b?: bool): By;新增
ohos.uitestBylongClickable(b?: bool): By;新增
ohos.uitestRectreadonly bottomY: number;新增
ohos.uitestRectreadonly rightX: number;新增
ohos.uitestRectreadonly topY: number;新增
ohos.uitestRectreadonly leftX: number;新增

你可能感兴趣的鸿蒙文章

harmony(鸿蒙)Readme

harmony(鸿蒙)元能力子系统JS API变更

harmony(鸿蒙)ArkUI子系统JS API变更

harmony(鸿蒙)电源服务子系统JS API变更

harmony(鸿蒙)包管理子系统JS API变更

harmony(鸿蒙)基础通信子系统JS API变更

harmony(鸿蒙)DFX子系统JS API变更

harmony(鸿蒙)分布式数据管理子系统JS API变更

harmony(鸿蒙)事件通知子系统JS API变更

harmony(鸿蒙)文件管理子系统JS API变更

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/b52d1a3f01af4abb81e57bbccc8a6ee1