openharmony 鸿蒙 js-apidiff-TestKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: global;
API declaration: declare namespace abilityDelegatorRegistry
Differences: declare namespace abilityDelegatorRegistry
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: function getAbilityDelegator(): AbilityDelegator;
Differences: function getAbilityDelegator(): AbilityDelegator;
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: function getArguments(): AbilityDelegatorArgs;
Differences: function getArguments(): AbilityDelegatorArgs;
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: export enum AbilityLifecycleState
Differences: export enum AbilityLifecycleState
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: UNINITIALIZED
Differences: UNINITIALIZED
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: CREATE
Differences: CREATE
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: FOREGROUND
Differences: FOREGROUND
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: BACKGROUND
Differences: BACKGROUND
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: DESTROY
Differences: DESTROY
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: export type AbilityDelegator = _AbilityDelegator;
Differences: export type AbilityDelegator = _AbilityDelegator;
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: export type AbilityDelegatorArgs = _AbilityDelegatorArgs;
Differences: export type AbilityDelegatorArgs = _AbilityDelegatorArgs;
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: export type AbilityMonitor = _AbilityMonitor;
Differences: export type AbilityMonitor = _AbilityMonitor;
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: export type ShellCmdResult = _ShellCmdResult;
Differences: export type ShellCmdResult = _ShellCmdResult;
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New APINAClass name: global;
API declaration: declare namespace abilityDelegatorRegistry
Differences: declare namespace abilityDelegatorRegistry
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: function getAbilityDelegator(): AbilityDelegator;
Differences: function getAbilityDelegator(): AbilityDelegator;
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: function getArguments(): AbilityDelegatorArgs;
Differences: function getArguments(): AbilityDelegatorArgs;
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: abilityDelegatorRegistry;
API declaration: export enum AbilityLifecycleState
Differences: export enum AbilityLifecycleState
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: UNINITIALIZED
Differences: UNINITIALIZED
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: CREATE
Differences: CREATE
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: FOREGROUND
Differences: FOREGROUND
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: BACKGROUND
Differences: BACKGROUND
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: AbilityLifecycleState;
API declaration: DESTROY
Differences: DESTROY
api/@ohos.application.abilityDelegatorRegistry.d.ts
New APINAClass name: global;
API declaration: export interface TestRunner
Differences: export interface TestRunner
api/@ohos.application.testRunner.d.ts
New APINAClass name: TestRunner;
API declaration: onPrepare(): void;
Differences: onPrepare(): void;
api/@ohos.application.testRunner.d.ts
New APINAClass name: TestRunner;
API declaration: onRun(): void;
Differences: onRun(): void;
api/@ohos.application.testRunner.d.ts
New APINAClass name: global;
API declaration: declare enum MatchPattern
Differences: declare enum MatchPattern
api/@ohos.UiTest.d.ts
New APINAClass name: MatchPattern;
API declaration: EQUALS = 0
Differences: EQUALS = 0
api/@ohos.UiTest.d.ts
New APINAClass name: MatchPattern;
API declaration: CONTAINS = 1
Differences: CONTAINS = 1
api/@ohos.UiTest.d.ts
New APINAClass name: MatchPattern;
API declaration: STARTS_WITH = 2
Differences: STARTS_WITH = 2
api/@ohos.UiTest.d.ts
New APINAClass name: MatchPattern;
API declaration: ENDS_WITH = 3
Differences: ENDS_WITH = 3
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class By
Differences: declare class By
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: text(txt: string, pattern?: MatchPattern): By;
Differences: text(txt: string, pattern?: MatchPattern): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: key(key: string): By;
Differences: key(key: string): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: id(id: number): By;
Differences: id(id: number): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: type(tp: string): By;
Differences: type(tp: string): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: clickable(b?: boolean): By;
Differences: clickable(b?: boolean): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: scrollable(b?: boolean): By;
Differences: scrollable(b?: boolean): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: enabled(b?: boolean): By;
Differences: enabled(b?: boolean): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: focused(b?: boolean): By;
Differences: focused(b?: boolean): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: selected(b?: boolean): By;
Differences: selected(b?: boolean): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: isBefore(by: By): By;
Differences: isBefore(by: By): By;
api/@ohos.UiTest.d.ts
New APINAClass name: By;
API declaration: isAfter(by: By): By;
Differences: isAfter(by: By): By;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class UiComponent
Differences: declare class UiComponent
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: click(): Promise<void>;
Differences: click(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: doubleClick(): Promise<void>;
Differences: doubleClick(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: longClick(): Promise<void>;
Differences: longClick(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: getId(): Promise<number>;
Differences: getId(): Promise<number>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: getKey(): Promise<string>;
Differences: getKey(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: getText(): Promise<string>;
Differences: getText(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: getType(): Promise<string>;
Differences: getType(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: isClickable(): Promise<boolean>;
Differences: isClickable(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: isScrollable(): Promise<boolean>;
Differences: isScrollable(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: isEnabled(): Promise<boolean>;
Differences: isEnabled(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: isFocused(): Promise<boolean>;
Differences: isFocused(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: isSelected(): Promise<boolean>;
Differences: isSelected(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: inputText(text: string): Promise<void>;
Differences: inputText(text: string): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiComponent;
API declaration: scrollSearch(by: By): Promise<UiComponent>;
Differences: scrollSearch(by: By): Promise<UiComponent>;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class UiDriver
Differences: declare class UiDriver
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: static create(): UiDriver;
Differences: static create(): UiDriver;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: delayMs(duration: number): Promise<void>;
Differences: delayMs(duration: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: findComponent(by: By): Promise<UiComponent>;
Differences: findComponent(by: By): Promise<UiComponent>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: findComponents(by: By): Promise<Array<UiComponent>>;
Differences: findComponents(by: By): Promise<Array<UiComponent>>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: assertComponentExist(by: By): Promise<void>;
Differences: assertComponentExist(by: By): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: pressBack(): Promise<void>;
Differences: pressBack(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: triggerKey(keyCode: number): Promise<void>;
Differences: triggerKey(keyCode: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: click(x: number, y: number): Promise<void>;
Differences: click(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: doubleClick(x: number, y: number): Promise<void>;
Differences: doubleClick(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: longClick(x: number, y: number): Promise<void>;
Differences: longClick(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: swipe(startx: number, starty: number, endx: number, endy: number): Promise<void>;
Differences: swipe(startx: number, starty: number, endx: number, endy: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiDriver;
API declaration: screenCap(savePath: string): Promise<boolean>;
Differences: screenCap(savePath: string): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare enum WindowMode
Differences: declare enum WindowMode
api/@ohos.UiTest.d.ts
New APINAClass name: WindowMode;
API declaration: FULLSCREEN = 0
Differences: FULLSCREEN = 0
api/@ohos.UiTest.d.ts
New APINAClass name: WindowMode;
API declaration: PRIMARY = 1
Differences: PRIMARY = 1
api/@ohos.UiTest.d.ts
New APINAClass name: WindowMode;
API declaration: SECONDARY = 2
Differences: SECONDARY = 2
api/@ohos.UiTest.d.ts
New APINAClass name: WindowMode;
API declaration: FLOATING = 3
Differences: FLOATING = 3
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare enum ResizeDirection
Differences: declare enum ResizeDirection
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: LEFT = 0
Differences: LEFT = 0
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: RIGHT = 1
Differences: RIGHT = 1
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: UP = 2
Differences: UP = 2
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: DOWN = 3
Differences: DOWN = 3
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: LEFT_UP = 4
Differences: LEFT_UP = 4
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: LEFT_DOWN = 5
Differences: LEFT_DOWN = 5
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: RIGHT_UP = 6
Differences: RIGHT_UP = 6
api/@ohos.UiTest.d.ts
New APINAClass name: ResizeDirection;
API declaration: RIGHT_DOWN = 7
Differences: RIGHT_DOWN = 7
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare enum DisplayRotation
Differences: declare enum DisplayRotation
api/@ohos.UiTest.d.ts
New APINAClass name: DisplayRotation;
API declaration: ROTATION_0 = 0
Differences: ROTATION_0 = 0
api/@ohos.UiTest.d.ts
New APINAClass name: DisplayRotation;
API declaration: ROTATION_90 = 1
Differences: ROTATION_90 = 1
api/@ohos.UiTest.d.ts
New APINAClass name: DisplayRotation;
API declaration: ROTATION_180 = 2
Differences: ROTATION_180 = 2
api/@ohos.UiTest.d.ts
New APINAClass name: DisplayRotation;
API declaration: ROTATION_270 = 3
Differences: ROTATION_270 = 3
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare interface Point
Differences: declare interface Point
api/@ohos.UiTest.d.ts
New APINAClass name: Point;
API declaration: readonly x: number;
Differences: readonly x: number;
api/@ohos.UiTest.d.ts
New APINAClass name: Point;
API declaration: readonly y: number;
Differences: readonly y: number;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare interface Rect
Differences: declare interface Rect
api/@ohos.UiTest.d.ts
New APINAClass name: Rect;
API declaration: readonly left: number;
Differences: readonly left: number;
api/@ohos.UiTest.d.ts
New APINAClass name: Rect;
API declaration: readonly top: number;
Differences: readonly top: number;
api/@ohos.UiTest.d.ts
New APINAClass name: Rect;
API declaration: readonly right: number;
Differences: readonly right: number;
api/@ohos.UiTest.d.ts
New APINAClass name: Rect;
API declaration: readonly bottom: number;
Differences: readonly bottom: number;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare interface WindowFilter
Differences: declare interface WindowFilter
api/@ohos.UiTest.d.ts
New APINAClass name: WindowFilter;
API declaration: bundleName?: string;
Differences: bundleName?: string;
api/@ohos.UiTest.d.ts
New APINAClass name: WindowFilter;
API declaration: title?: string;
Differences: title?: string;
api/@ohos.UiTest.d.ts
New APINAClass name: WindowFilter;
API declaration: focused?: boolean;
Differences: focused?: boolean;
api/@ohos.UiTest.d.ts
New APINAClass name: WindowFilter;
API declaration: actived?: boolean;
Differences: actived?: boolean;
api/@ohos.UiTest.d.ts
New APINAClass name: WindowFilter;
API declaration: active?: boolean;
Differences: active?: boolean;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare interface UIElementInfo
Differences: declare interface UIElementInfo
api/@ohos.UiTest.d.ts
New APINAClass name: UIElementInfo;
API declaration: readonly bundleName: string;
Differences: readonly bundleName: string;
api/@ohos.UiTest.d.ts
New APINAClass name: UIElementInfo;
API declaration: readonly type: string;
Differences: readonly type: string;
api/@ohos.UiTest.d.ts
New APINAClass name: UIElementInfo;
API declaration: readonly text: string;
Differences: readonly text: string;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare interface UIEventObserver
Differences: declare interface UIEventObserver
api/@ohos.UiTest.d.ts
New APINAClass name: UIEventObserver;
API declaration: once(type: 'toastShow', callback: Callback<UIElementInfo>): void;
Differences: once(type: 'toastShow', callback: Callback<UIElementInfo>): void;
api/@ohos.UiTest.d.ts
New APINAClass name: UIEventObserver;
API declaration: once(type: 'dialogShow', callback: Callback<UIElementInfo>): void;
Differences: once(type: 'dialogShow', callback: Callback<UIElementInfo>): void;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare enum UiDirection
Differences: declare enum UiDirection
api/@ohos.UiTest.d.ts
New APINAClass name: UiDirection;
API declaration: LEFT = 0
Differences: LEFT = 0
api/@ohos.UiTest.d.ts
New APINAClass name: UiDirection;
API declaration: RIGHT = 1
Differences: RIGHT = 1
api/@ohos.UiTest.d.ts
New APINAClass name: UiDirection;
API declaration: UP = 2
Differences: UP = 2
api/@ohos.UiTest.d.ts
New APINAClass name: UiDirection;
API declaration: DOWN = 3
Differences: DOWN = 3
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare enum MouseButton
Differences: declare enum MouseButton
api/@ohos.UiTest.d.ts
New APINAClass name: MouseButton;
API declaration: MOUSE_BUTTON_LEFT = 0
Differences: MOUSE_BUTTON_LEFT = 0
api/@ohos.UiTest.d.ts
New APINAClass name: MouseButton;
API declaration: MOUSE_BUTTON_RIGHT = 1
Differences: MOUSE_BUTTON_RIGHT = 1
api/@ohos.UiTest.d.ts
New APINAClass name: MouseButton;
API declaration: MOUSE_BUTTON_MIDDLE = 2
Differences: MOUSE_BUTTON_MIDDLE = 2
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class On
Differences: declare class On
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: text(txt: string, pattern?: MatchPattern): On;
Differences: text(txt: string, pattern?: MatchPattern): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: id(id: string): On;
Differences: id(id: string): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: type(tp: string): On;
Differences: type(tp: string): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: clickable(b?: boolean): On;
Differences: clickable(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: longClickable(b?: boolean): On;
Differences: longClickable(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: scrollable(b?: boolean): On;
Differences: scrollable(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: enabled(b?: boolean): On;
Differences: enabled(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: focused(b?: boolean): On;
Differences: focused(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: selected(b?: boolean): On;
Differences: selected(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: checked(b?: boolean): On;
Differences: checked(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: checkable(b?: boolean): On;
Differences: checkable(b?: boolean): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: isBefore(on: On): On;
Differences: isBefore(on: On): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: isAfter(on: On): On;
Differences: isAfter(on: On): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: within(on: On): On;
Differences: within(on: On): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: inWindow(bundleName: string): On;
Differences: inWindow(bundleName: string): On;
api/@ohos.UiTest.d.ts
New APINAClass name: On;
API declaration: description(val: string, pattern?: MatchPattern): On;
Differences: description(val: string, pattern?: MatchPattern): On;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class Component
Differences: declare class Component
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: click(): Promise<void>;
Differences: click(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: doubleClick(): Promise<void>;
Differences: doubleClick(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: longClick(): Promise<void>;
Differences: longClick(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: getId(): Promise<string>;
Differences: getId(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: getText(): Promise<string>;
Differences: getText(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: getType(): Promise<string>;
Differences: getType(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isClickable(): Promise<boolean>;
Differences: isClickable(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isLongClickable(): Promise<boolean>;
Differences: isLongClickable(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isScrollable(): Promise<boolean>;
Differences: isScrollable(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isEnabled(): Promise<boolean>;
Differences: isEnabled(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isFocused(): Promise<boolean>;
Differences: isFocused(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isSelected(): Promise<boolean>;
Differences: isSelected(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isChecked(): Promise<boolean>;
Differences: isChecked(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: isCheckable(): Promise<boolean>;
Differences: isCheckable(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: inputText(text: string): Promise<void>;
Differences: inputText(text: string): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: clearText(): Promise<void>;
Differences: clearText(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: scrollToTop(speed?: number): Promise<void>;
Differences: scrollToTop(speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: scrollToBottom(speed?: number): Promise<void>;
Differences: scrollToBottom(speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: scrollSearch(on: On): Promise<Component>;
Differences: scrollSearch(on: On): Promise<Component>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: getBounds(): Promise<Rect>;
Differences: getBounds(): Promise<Rect>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: getBoundsCenter(): Promise<Point>;
Differences: getBoundsCenter(): Promise<Point>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: dragTo(target: Component): Promise<void>;
Differences: dragTo(target: Component): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: pinchOut(scale: number): Promise<void>;
Differences: pinchOut(scale: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: pinchIn(scale: number): Promise<void>;
Differences: pinchIn(scale: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Component;
API declaration: getDescription(): Promise<string>;
Differences: getDescription(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class Driver
Differences: declare class Driver
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: static create(): Driver;
Differences: static create(): Driver;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: delayMs(duration: number): Promise<void>;
Differences: delayMs(duration: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: findComponent(on: On): Promise<Component>;
Differences: findComponent(on: On): Promise<Component>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: findWindow(filter: WindowFilter): Promise<UiWindow>;
Differences: findWindow(filter: WindowFilter): Promise<UiWindow>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: waitForComponent(on: On, time: number): Promise<Component>;
Differences: waitForComponent(on: On, time: number): Promise<Component>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: findComponents(on: On): Promise<Array<Component>>;
Differences: findComponents(on: On): Promise<Array<Component>>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: assertComponentExist(on: On): Promise<void>;
Differences: assertComponentExist(on: On): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: pressBack(): Promise<void>;
Differences: pressBack(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: triggerKey(keyCode: number): Promise<void>;
Differences: triggerKey(keyCode: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise<void>;
Differences: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: click(x: number, y: number): Promise<void>;
Differences: click(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: doubleClick(x: number, y: number): Promise<void>;
Differences: doubleClick(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: longClick(x: number, y: number): Promise<void>;
Differences: longClick(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise<void>;
Differences: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise<void>;
Differences: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: screenCap(savePath: string): Promise<boolean>;
Differences: screenCap(savePath: string): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: setDisplayRotation(rotation: DisplayRotation): Promise<void>;
Differences: setDisplayRotation(rotation: DisplayRotation): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: getDisplayRotation(): Promise<DisplayRotation>;
Differences: getDisplayRotation(): Promise<DisplayRotation>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: setDisplayRotationEnabled(enabled: boolean): Promise<void>;
Differences: setDisplayRotationEnabled(enabled: boolean): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: getDisplaySize(): Promise<Point>;
Differences: getDisplaySize(): Promise<Point>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: getDisplayDensity(): Promise<Point>;
Differences: getDisplayDensity(): Promise<Point>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: wakeUpDisplay(): Promise<void>;
Differences: wakeUpDisplay(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: pressHome(): Promise<void>;
Differences: pressHome(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: waitForIdle(idleTime: number, timeout: number): Promise<boolean>;
Differences: waitForIdle(idleTime: number, timeout: number): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: fling(from: Point, to: Point, stepLen: number, speed: number): Promise<void>;
Differences: fling(from: Point, to: Point, stepLen: number, speed: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: fling(direction: UiDirection, speed: number): Promise<void>;
Differences: fling(direction: UiDirection, speed: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise<boolean>;
Differences: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise<void>;
Differences: mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseMoveTo(p: Point): Promise<void>;
Differences: mouseMoveTo(p: Point): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number): Promise<void>;
Differences: mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number, speed?: number): Promise<void>;
Differences: mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number, speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: screenCapture(savePath: string, rect?: Rect): Promise<boolean>;
Differences: screenCapture(savePath: string, rect?: Rect): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: createUIEventObserver(): UIEventObserver;
Differences: createUIEventObserver(): UIEventObserver;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseDoubleClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise<void>;
Differences: mouseDoubleClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseLongClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise<void>;
Differences: mouseLongClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseMoveWithTrack(from: Point, to: Point, speed?: number): Promise<void>;
Differences: mouseMoveWithTrack(from: Point, to: Point, speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: mouseDrag(from: Point, to: Point, speed?: number): Promise<void>;
Differences: mouseDrag(from: Point, to: Point, speed?: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: Driver;
API declaration: inputText(p: Point, text: string): Promise<void>;
Differences: inputText(p: Point, text: string): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class UiWindow
Differences: declare class UiWindow
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: getBundleName(): Promise<string>;
Differences: getBundleName(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: getBounds(): Promise<Rect>;
Differences: getBounds(): Promise<Rect>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: getTitle(): Promise<string>;
Differences: getTitle(): Promise<string>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: getWindowMode(): Promise<WindowMode>;
Differences: getWindowMode(): Promise<WindowMode>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: isFocused(): Promise<boolean>;
Differences: isFocused(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: isActived(): Promise<boolean>;
Differences: isActived(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: focus(): Promise<void>;
Differences: focus(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: moveTo(x: number, y: number): Promise<void>;
Differences: moveTo(x: number, y: number): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: resize(wide: number, height: number, direction: ResizeDirection): Promise<void>;
Differences: resize(wide: number, height: number, direction: ResizeDirection): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: split(): Promise<void>;
Differences: split(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: maximize(): Promise<void>;
Differences: maximize(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: minimize(): Promise<void>;
Differences: minimize(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: resume(): Promise<void>;
Differences: resume(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: close(): Promise<void>;
Differences: close(): Promise<void>;
api/@ohos.UiTest.d.ts
New APINAClass name: UiWindow;
API declaration: isActive(): Promise<boolean>;
Differences: isActive(): Promise<boolean>;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare class PointerMatrix
Differences: declare class PointerMatrix
api/@ohos.UiTest.d.ts
New APINAClass name: PointerMatrix;
API declaration: static create(fingers: number, steps: number): PointerMatrix;
Differences: static create(fingers: number, steps: number): PointerMatrix;
api/@ohos.UiTest.d.ts
New APINAClass name: PointerMatrix;
API declaration: setPoint(finger: number, step: number, point: Point): void;
Differences: setPoint(finger: number, step: number, point: Point): void;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare const BY: By;
Differences: declare const BY: By;
api/@ohos.UiTest.d.ts
New APINAClass name: global;
API declaration: declare const ON: On;
Differences: declare const ON: On;
api/@ohos.UiTest.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.app.ability.abilityDelegatorRegistry.d.ts
Differences: TestKit
api/@ohos.app.ability.abilityDelegatorRegistry.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.application.abilityDelegatorRegistry.d.ts
Differences: TestKit
api/@ohos.application.abilityDelegatorRegistry.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.application.testRunner.d.ts
Differences: TestKit
api/@ohos.application.testRunner.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.UiTest.d.ts
Differences: TestKit
api/@ohos.UiTest.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: kits@kit.TestKit.d.ts
Differences: TestKit
kits/@kit.TestKit.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

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