1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Deleted|Class name: MatchPattern;<br>Method or attribute name: EQUALS = 0|NA|@ohos.uitest.d.ts| 4|Deleted|Class name: MatchPattern;<br>Method or attribute name: CONTAINS = 1|NA|@ohos.uitest.d.ts| 5|Deleted|Class name: MatchPattern;<br>Method or attribute name: STARTS_WITH = 2|NA|@ohos.uitest.d.ts| 6|Deleted|Class name: MatchPattern;<br>Method or attribute name: ENDS_WITH = 3|NA|@ohos.uitest.d.ts| 7|Deleted|Class name: By;<br>Method or attribute name: text(txt:string,pattern?:MatchPattern):By;|NA|@ohos.uitest.d.ts| 8|Deleted|Class name: By;<br>Method or attribute name: key(key:string):By;|NA|@ohos.uitest.d.ts| 9|Deleted|Class name: By;<br>Method or attribute name: id(id:number):By;|NA|@ohos.uitest.d.ts| 10|Deleted|Class name: By;<br>Method or attribute name: type(tp:string):By;|NA|@ohos.uitest.d.ts| 11|Deleted|Class name: By;<br>Method or attribute name: clickable(b?:bool):By;|NA|@ohos.uitest.d.ts| 12|Deleted|Class name: By;<br>Method or attribute name: scrollable(b?:bool):By;|NA|@ohos.uitest.d.ts| 13|Deleted|Class name: By;<br>Method or attribute name: enabled(b?:bool):By;|NA|@ohos.uitest.d.ts| 14|Deleted|Class name: By;<br>Method or attribute name: focused(b?:bool):By;|NA|@ohos.uitest.d.ts| 15|Deleted|Class name: By;<br>Method or attribute name: selected(b?:bool):By;|NA|@ohos.uitest.d.ts| 16|Deleted|Class name: By;<br>Method or attribute name: isBefore(by:By):By;|NA|@ohos.uitest.d.ts| 17|Deleted|Class name: By;<br>Method or attribute name: isAfter(by:By):By;|NA|@ohos.uitest.d.ts| 18|Deleted|Class name: UiComponent;<br>Method or attribute name: click():Promise\<void>;|NA|@ohos.uitest.d.ts| 19|Deleted|Class name: UiComponent;<br>Method or attribute name: doubleClick():Promise\<void>;|NA|@ohos.uitest.d.ts| 20|Deleted|Class name: UiComponent;<br>Method or attribute name: longClick():Promise\<void>;|NA|@ohos.uitest.d.ts| 21|Deleted|Class name: UiComponent;<br>Method or attribute name: getId():Promise\<number>;|NA|@ohos.uitest.d.ts| 22|Deleted|Class name: UiComponent;<br>Method or attribute name: getKey():Promise\<string>;|NA|@ohos.uitest.d.ts| 23|Deleted|Class name: UiComponent;<br>Method or attribute name: getText():Promise\<string>;|NA|@ohos.uitest.d.ts| 24|Deleted|Class name: UiComponent;<br>Method or attribute name: getType():Promise\<string>;|NA|@ohos.uitest.d.ts| 25|Deleted|Class name: UiComponent;<br>Method or attribute name: isClickable():Promise\<bool>;|NA|@ohos.uitest.d.ts| 26|Deleted|Class name: UiComponent;<br>Method or attribute name: isScrollable():Promise\<bool>;|NA|@ohos.uitest.d.ts| 27|Deleted|Class name: UiComponent;<br>Method or attribute name: isEnabled():Promise\<bool>;|NA|@ohos.uitest.d.ts| 28|Deleted|Class name: UiComponent;<br>Method or attribute name: isFocused():Promise\<bool>;|NA|@ohos.uitest.d.ts| 29|Deleted|Class name: UiComponent;<br>Method or attribute name: isSelected():Promise\<bool>;|NA|@ohos.uitest.d.ts| 30|Deleted|Class name: UiComponent;<br>Method or attribute name: inputText(text: string):Promise\<void>;|NA|@ohos.uitest.d.ts| 31|Deleted|Class name: UiComponent;<br>Method or attribute name: scrollSearch(by:By):Promise\<UiComponent>;|NA|@ohos.uitest.d.ts| 32|Deleted|Class name: UiDriver;<br>Method or attribute name: static create():UiDriver;|NA|@ohos.uitest.d.ts| 33|Deleted|Class name: UiDriver;<br>Method or attribute name: delayMs(duration:number):Promise\<void>;|NA|@ohos.uitest.d.ts| 34|Deleted|Class name: UiDriver;<br>Method or attribute name: findComponent(by:By):Promise\<UiComponent>;|NA|@ohos.uitest.d.ts| 35|Deleted|Class name: UiDriver;<br>Method or attribute name: findComponents(by:By):Promise\<Array\<UiComponent>>;|NA|@ohos.uitest.d.ts| 36|Deleted|Class name: UiDriver;<br>Method or attribute name: assertComponentExist(by:By):Promise\<void>;|NA|@ohos.uitest.d.ts| 37|Deleted|Class name: UiDriver;<br>Method or attribute name: pressBack():Promise\<void>;|NA|@ohos.uitest.d.ts| 38|Deleted|Class name: UiDriver;<br>Method or attribute name: triggerKey(keyCode:number):Promise\<void>;|NA|@ohos.uitest.d.ts| 39|Deleted|Class name: UiDriver;<br>Method or attribute name: click(x:number,y:number):Promise\<void>;|NA|@ohos.uitest.d.ts| 40|Deleted|Class name: UiDriver;<br>Method or attribute name: doubleClick(x:number,y:number):Promise\<void>;|NA|@ohos.uitest.d.ts| 41|Deleted|Class name: UiDriver;<br>Method or attribute name: longClick(x:number,y:number):Promise\<void>;|NA|@ohos.uitest.d.ts| 42|Deleted|Class name: UiDriver;<br>Method or attribute name: swipe(startx:number,starty:number,endx:number,endy:number):Promise\<void>;|NA|@ohos.uitest.d.ts| 43|Deleted|Class name: UiDriver;<br>Method or attribute name: screenCap(savePath:string):Promise\<bool>;|NA|@ohos.uitest.d.ts| 44|Added|NA|Class name: MatchPattern;<br>Method or attribute name: EQUALS = 0|@ohos.UiTest.d.ts| 45|Added|NA|Class name: MatchPattern;<br>Method or attribute name: CONTAINS = 1|@ohos.UiTest.d.ts| 46|Added|NA|Class name: MatchPattern;<br>Method or attribute name: STARTS_WITH = 2|@ohos.UiTest.d.ts| 47|Added|NA|Class name: MatchPattern;<br>Method or attribute name: ENDS_WITH = 3|@ohos.UiTest.d.ts| 48|Added|NA|Class name: By;<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): By;|@ohos.UiTest.d.ts| 49|Added|NA|Class name: By;<br>Method or attribute name: key(key: string): By;|@ohos.UiTest.d.ts| 50|Added|NA|Class name: By;<br>Method or attribute name: id(id: number): By;|@ohos.UiTest.d.ts| 51|Added|NA|Class name: By;<br>Method or attribute name: type(tp: string): By;|@ohos.UiTest.d.ts| 52|Added|NA|Class name: By;<br>Method or attribute name: clickable(b?: boolean): By;|@ohos.UiTest.d.ts| 53|Added|NA|Class name: By;<br>Method or attribute name: scrollable(b?: boolean): By;|@ohos.UiTest.d.ts| 54|Added|NA|Class name: By;<br>Method or attribute name: enabled(b?: boolean): By;|@ohos.UiTest.d.ts| 55|Added|NA|Class name: By;<br>Method or attribute name: focused(b?: boolean): By;|@ohos.UiTest.d.ts| 56|Added|NA|Class name: By;<br>Method or attribute name: selected(b?: boolean): By;|@ohos.UiTest.d.ts| 57|Added|NA|Class name: By;<br>Method or attribute name: isBefore(by: By): By;|@ohos.UiTest.d.ts| 58|Added|NA|Class name: By;<br>Method or attribute name: isAfter(by: By): By;|@ohos.UiTest.d.ts| 59|Added|NA|Class name: UiComponent;<br>Method or attribute name: click(): Promise\<void>;|@ohos.UiTest.d.ts| 60|Added|NA|Class name: Component;<br>Method or attribute name: click(): Promise\<void>;|@ohos.UiTest.d.ts| 61|Added|NA|Class name: UiComponent;<br>Method or attribute name: doubleClick(): Promise\<void>;|@ohos.UiTest.d.ts| 62|Added|NA|Class name: Component;<br>Method or attribute name: doubleClick(): Promise\<void>;|@ohos.UiTest.d.ts| 63|Added|NA|Class name: UiComponent;<br>Method or attribute name: longClick(): Promise\<void>;|@ohos.UiTest.d.ts| 64|Added|NA|Class name: Component;<br>Method or attribute name: longClick(): Promise\<void>;|@ohos.UiTest.d.ts| 65|Added|NA|Class name: UiComponent;<br>Method or attribute name: getId(): Promise\<number>;|@ohos.UiTest.d.ts| 66|Added|NA|Class name: UiComponent;<br>Method or attribute name: getKey(): Promise\<string>;|@ohos.UiTest.d.ts| 67|Added|NA|Class name: UiComponent;<br>Method or attribute name: getText(): Promise\<string>;|@ohos.UiTest.d.ts| 68|Added|NA|Class name: Component;<br>Method or attribute name: getText(): Promise\<string>;|@ohos.UiTest.d.ts| 69|Added|NA|Class name: UiComponent;<br>Method or attribute name: getType(): Promise\<string>;|@ohos.UiTest.d.ts| 70|Added|NA|Class name: Component;<br>Method or attribute name: getType(): Promise\<string>;|@ohos.UiTest.d.ts| 71|Added|NA|Class name: UiComponent;<br>Method or attribute name: isClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts| 72|Added|NA|Class name: Component;<br>Method or attribute name: isClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts| 73|Added|NA|Class name: UiComponent;<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts| 74|Added|NA|Class name: Component;<br>Method or attribute name: isScrollable(): Promise\<boolean>;|@ohos.UiTest.d.ts| 75|Added|NA|Class name: UiComponent;<br>Method or attribute name: isEnabled(): Promise\<boolean>;|@ohos.UiTest.d.ts| 76|Added|NA|Class name: Component;<br>Method or attribute name: isEnabled(): Promise\<boolean>;|@ohos.UiTest.d.ts| 77|Added|NA|Class name: UiComponent;<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts| 78|Added|NA|Class name: Component;<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts| 79|Added|NA|Class name: UiWindow;<br>Method or attribute name: isFocused(): Promise\<boolean>;|@ohos.UiTest.d.ts| 80|Added|NA|Class name: UiComponent;<br>Method or attribute name: isSelected(): Promise\<boolean>;|@ohos.UiTest.d.ts| 81|Added|NA|Class name: Component;<br>Method or attribute name: isSelected(): Promise\<boolean>;|@ohos.UiTest.d.ts| 82|Added|NA|Class name: UiComponent;<br>Method or attribute name: inputText(text: string): Promise\<void>;|@ohos.UiTest.d.ts| 83|Added|NA|Class name: Component;<br>Method or attribute name: inputText(text: string): Promise\<void>;|@ohos.UiTest.d.ts| 84|Added|NA|Class name: UiComponent;<br>Method or attribute name: scrollSearch(by: By): Promise\<UiComponent>;|@ohos.UiTest.d.ts| 85|Added|NA|Class name: UiDriver;<br>Method or attribute name: static create(): UiDriver;|@ohos.UiTest.d.ts| 86|Added|NA|Class name: UiDriver;<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|@ohos.UiTest.d.ts| 87|Added|NA|Class name: Driver;<br>Method or attribute name: delayMs(duration: number): Promise\<void>;|@ohos.UiTest.d.ts| 88|Added|NA|Class name: UiDriver;<br>Method or attribute name: findComponent(by: By): Promise\<UiComponent>;|@ohos.UiTest.d.ts| 89|Added|NA|Class name: UiDriver;<br>Method or attribute name: findComponents(by: By): Promise\<Array\<UiComponent>>;|@ohos.UiTest.d.ts| 90|Added|NA|Class name: UiDriver;<br>Method or attribute name: assertComponentExist(by: By): Promise\<void>;|@ohos.UiTest.d.ts| 91|Added|NA|Class name: UiDriver;<br>Method or attribute name: pressBack(): Promise\<void>;|@ohos.UiTest.d.ts| 92|Added|NA|Class name: Driver;<br>Method or attribute name: pressBack(): Promise\<void>;|@ohos.UiTest.d.ts| 93|Added|NA|Class name: UiDriver;<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|@ohos.UiTest.d.ts| 94|Added|NA|Class name: Driver;<br>Method or attribute name: triggerKey(keyCode: number): Promise\<void>;|@ohos.UiTest.d.ts| 95|Added|NA|Class name: UiDriver;<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 96|Added|NA|Class name: Driver;<br>Method or attribute name: click(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 97|Added|NA|Class name: UiDriver;<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 98|Added|NA|Class name: Driver;<br>Method or attribute name: doubleClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 99|Added|NA|Class name: UiDriver;<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 100|Added|NA|Class name: Driver;<br>Method or attribute name: longClick(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 101|Added|NA|Class name: UiDriver;<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number): Promise\<void>;|@ohos.UiTest.d.ts| 102|Added|NA|Class name: UiDriver;<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts| 103|Added|NA|Class name: Driver;<br>Method or attribute name: screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts| 104|Added|NA|Class name: WindowMode;<br>Method or attribute name: FULLSCREEN = 0|@ohos.UiTest.d.ts| 105|Added|NA|Class name: WindowMode;<br>Method or attribute name: PRIMARY = 1|@ohos.UiTest.d.ts| 106|Added|NA|Class name: WindowMode;<br>Method or attribute name: SECONDARY = 2|@ohos.UiTest.d.ts| 107|Added|NA|Class name: WindowMode;<br>Method or attribute name: FLOATING = 3|@ohos.UiTest.d.ts| 108|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts| 109|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts| 110|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: UP = 2|@ohos.UiTest.d.ts| 111|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts| 112|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: LEFT_UP = 4|@ohos.UiTest.d.ts| 113|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: LEFT_DOWN = 5|@ohos.UiTest.d.ts| 114|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: RIGHT_UP = 6|@ohos.UiTest.d.ts| 115|Added|NA|Class name: ResizeDirection;<br>Method or attribute name: RIGHT_DOWN = 7|@ohos.UiTest.d.ts| 116|Added|NA|Class name: DisplayRotation;<br>Method or attribute name: ROTATION_0 = 0|@ohos.UiTest.d.ts| 117|Added|NA|Class name: DisplayRotation;<br>Method or attribute name: ROTATION_90 = 1|@ohos.UiTest.d.ts| 118|Added|NA|Class name: DisplayRotation;<br>Method or attribute name: ROTATION_180 = 2|@ohos.UiTest.d.ts| 119|Added|NA|Class name: DisplayRotation;<br>Method or attribute name: ROTATION_270 = 3|@ohos.UiTest.d.ts| 120|Added|NA|Class name: Point;<br>Method or attribute name: readonly x: number;|@ohos.UiTest.d.ts| 121|Added|NA|Class name: Point;<br>Method or attribute name: readonly y: number;|@ohos.UiTest.d.ts| 122|Added|NA|Class name: Rect;<br>Method or attribute name: readonly left: number;|@ohos.UiTest.d.ts| 123|Added|NA|Class name: Rect;<br>Method or attribute name: readonly top: number;|@ohos.UiTest.d.ts| 124|Added|NA|Class name: Rect;<br>Method or attribute name: readonly right: number;|@ohos.UiTest.d.ts| 125|Added|NA|Class name: Rect;<br>Method or attribute name: readonly bottom: number;|@ohos.UiTest.d.ts| 126|Added|NA|Class name: WindowFilter;<br>Method or attribute name: bundleName?: string;|@ohos.UiTest.d.ts| 127|Added|NA|Class name: WindowFilter;<br>Method or attribute name: title?: string;|@ohos.UiTest.d.ts| 128|Added|NA|Class name: WindowFilter;<br>Method or attribute name: focused?: boolean;|@ohos.UiTest.d.ts| 129|Added|NA|Class name: WindowFilter;<br>Method or attribute name: actived?: boolean;|@ohos.UiTest.d.ts| 130|Added|NA|Class name: On;<br>Method or attribute name: text(txt: string, pattern?: MatchPattern): On;|@ohos.UiTest.d.ts| 131|Added|NA|Class name: On;<br>Method or attribute name: id(id: string): On;|@ohos.UiTest.d.ts| 132|Added|NA|Class name: On;<br>Method or attribute name: type(tp: string): On;|@ohos.UiTest.d.ts| 133|Added|NA|Class name: On;<br>Method or attribute name: clickable(b?: boolean): On;|@ohos.UiTest.d.ts| 134|Added|NA|Class name: On;<br>Method or attribute name: longClickable(b?: boolean): On;|@ohos.UiTest.d.ts| 135|Added|NA|Class name: On;<br>Method or attribute name: scrollable(b?: boolean): On;|@ohos.UiTest.d.ts| 136|Added|NA|Class name: On;<br>Method or attribute name: enabled(b?: boolean): On;|@ohos.UiTest.d.ts| 137|Added|NA|Class name: On;<br>Method or attribute name: focused(b?: boolean): On;|@ohos.UiTest.d.ts| 138|Added|NA|Class name: On;<br>Method or attribute name: selected(b?: boolean): On;|@ohos.UiTest.d.ts| 139|Added|NA|Class name: On;<br>Method or attribute name: checked(b?: boolean): On;|@ohos.UiTest.d.ts| 140|Added|NA|Class name: On;<br>Method or attribute name: checkable(b?: boolean): On;|@ohos.UiTest.d.ts| 141|Added|NA|Class name: On;<br>Method or attribute name: isBefore(on: On): On;|@ohos.UiTest.d.ts| 142|Added|NA|Class name: On;<br>Method or attribute name: isAfter(on: On): On;|@ohos.UiTest.d.ts| 143|Added|NA|Class name: Component;<br>Method or attribute name: getId(): Promise\<string>;|@ohos.UiTest.d.ts| 144|Added|NA|Class name: Component;<br>Method or attribute name: isLongClickable(): Promise\<boolean>;|@ohos.UiTest.d.ts| 145|Added|NA|Class name: Component;<br>Method or attribute name: isChecked(): Promise\<boolean>;|@ohos.UiTest.d.ts| 146|Added|NA|Class name: Component;<br>Method or attribute name: isCheckable(): Promise\<boolean>;|@ohos.UiTest.d.ts| 147|Added|NA|Class name: Component;<br>Method or attribute name: clearText(): Promise\<void>;|@ohos.UiTest.d.ts| 148|Added|NA|Class name: Component;<br>Method or attribute name: scrollToTop(speed?: number): Promise\<void>;|@ohos.UiTest.d.ts| 149|Added|NA|Class name: Component;<br>Method or attribute name: scrollToBottom(speed?: number): Promise\<void>;|@ohos.UiTest.d.ts| 150|Added|NA|Class name: Component;<br>Method or attribute name: scrollSearch(on: On): Promise\<Component>;|@ohos.UiTest.d.ts| 151|Added|NA|Class name: Component;<br>Method or attribute name: getBounds(): Promise\<Rect>;|@ohos.UiTest.d.ts| 152|Added|NA|Class name: UiWindow;<br>Method or attribute name: getBounds(): Promise\<Rect>;|@ohos.UiTest.d.ts| 153|Added|NA|Class name: Component;<br>Method or attribute name: getBoundsCenter(): Promise\<Point>;|@ohos.UiTest.d.ts| 154|Added|NA|Class name: Component;<br>Method or attribute name: dragTo(target: Component): Promise\<void>;|@ohos.UiTest.d.ts| 155|Added|NA|Class name: Component;<br>Method or attribute name: pinchOut(scale: number): Promise\<void>;|@ohos.UiTest.d.ts| 156|Added|NA|Class name: Component;<br>Method or attribute name: pinchIn(scale: number): Promise\<void>;|@ohos.UiTest.d.ts| 157|Added|NA|Class name: Driver;<br>Method or attribute name: static create(): Driver;|@ohos.UiTest.d.ts| 158|Added|NA|Class name: Driver;<br>Method or attribute name: findComponent(on: On): Promise\<Component>;|@ohos.UiTest.d.ts| 159|Added|NA|Class name: Driver;<br>Method or attribute name: findWindow(filter: WindowFilter): Promise\<UiWindow>;|@ohos.UiTest.d.ts| 160|Added|NA|Class name: Driver;<br>Method or attribute name: waitForComponent(on: On, time: number): Promise\<Component>;|@ohos.UiTest.d.ts| 161|Added|NA|Class name: Driver;<br>Method or attribute name: findComponents(on: On): Promise\<Array\<Component>>;|@ohos.UiTest.d.ts| 162|Added|NA|Class name: Driver;<br>Method or attribute name: assertComponentExist(on: On): Promise\<void>;|@ohos.UiTest.d.ts| 163|Added|NA|Class name: Driver;<br>Method or attribute name: triggerCombineKeys(key0: number, key1: number, key2?: number): Promise\<void>;|@ohos.UiTest.d.ts| 164|Added|NA|Class name: Driver;<br>Method or attribute name: swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|@ohos.UiTest.d.ts| 165|Added|NA|Class name: Driver;<br>Method or attribute name: drag(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;|@ohos.UiTest.d.ts| 166|Added|NA|Class name: Driver;<br>Method or attribute name: setDisplayRotation(rotation: DisplayRotation): Promise\<void>;|@ohos.UiTest.d.ts| 167|Added|NA|Class name: Driver;<br>Method or attribute name: getDisplayRotation(): Promise\<DisplayRotation>;|@ohos.UiTest.d.ts| 168|Added|NA|Class name: Driver;<br>Method or attribute name: setDisplayRotationEnabled(enabled: boolean): Promise\<void>;|@ohos.UiTest.d.ts| 169|Added|NA|Class name: Driver;<br>Method or attribute name: getDisplaySize(): Promise\<Point>;|@ohos.UiTest.d.ts| 170|Added|NA|Class name: Driver;<br>Method or attribute name: getDisplayDensity(): Promise\<Point>;|@ohos.UiTest.d.ts| 171|Added|NA|Class name: Driver;<br>Method or attribute name: wakeUpDisplay(): Promise\<void>;|@ohos.UiTest.d.ts| 172|Added|NA|Class name: Driver;<br>Method or attribute name: pressHome(): Promise\<void>;|@ohos.UiTest.d.ts| 173|Added|NA|Class name: Driver;<br>Method or attribute name: waitForIdle(idleTime: number, timeout: number): Promise\<boolean>;|@ohos.UiTest.d.ts| 174|Added|NA|Class name: Driver;<br>Method or attribute name: fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;|@ohos.UiTest.d.ts| 175|Added|NA|Class name: Driver;<br>Method or attribute name: injectMultiPointerAction(pointers: PointerMatrix, speed?: number): Promise\<boolean>;|@ohos.UiTest.d.ts| 176|Added|NA|Class name: UiWindow;<br>Method or attribute name: getBundleName(): Promise\<string>;|@ohos.UiTest.d.ts| 177|Added|NA|Class name: UiWindow;<br>Method or attribute name: getTitle(): Promise\<string>;|@ohos.UiTest.d.ts| 178|Added|NA|Class name: UiWindow;<br>Method or attribute name: getWindowMode(): Promise\<WindowMode>;|@ohos.UiTest.d.ts| 179|Added|NA|Class name: UiWindow;<br>Method or attribute name: isActived(): Promise\<boolean>;|@ohos.UiTest.d.ts| 180|Added|NA|Class name: UiWindow;<br>Method or attribute name: focus(): Promise\<void>;|@ohos.UiTest.d.ts| 181|Added|NA|Class name: UiWindow;<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.UiTest.d.ts| 182|Added|NA|Class name: UiWindow;<br>Method or attribute name: resize(wide: number, height: number, direction: ResizeDirection): Promise\<void>;|@ohos.UiTest.d.ts| 183|Added|NA|Class name: UiWindow;<br>Method or attribute name: split(): Promise\<void>;|@ohos.UiTest.d.ts| 184|Added|NA|Class name: UiWindow;<br>Method or attribute name: maximize(): Promise\<void>;|@ohos.UiTest.d.ts| 185|Added|NA|Class name: UiWindow;<br>Method or attribute name: minimize(): Promise\<void>;|@ohos.UiTest.d.ts| 186|Added|NA|Class name: UiWindow;<br>Method or attribute name: resume(): Promise\<void>;|@ohos.UiTest.d.ts| 187|Added|NA|Class name: UiWindow;<br>Method or attribute name: close(): Promise\<void>;|@ohos.UiTest.d.ts| 188|Added|NA|Class name: PointerMatrix;<br>Method or attribute name: static create(fingers: number, steps: number): PointerMatrix;|@ohos.UiTest.d.ts| 189|Added|NA|Class name: PointerMatrix;<br>Method or attribute name: setPoint(finger: number, step: number, point: Point): void;|@ohos.UiTest.d.ts| 190