| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: UIElementInfo;
Method or attribute name: readonly bundleName: string;|@ohos.UiTest.d.ts|
|Added|NA|Class name: UIElementInfo;
Method or attribute name: readonly type: string;|@ohos.UiTest.d.ts|
|Added|NA|Class name: UIElementInfo;
Method or attribute name: readonly text: string;|@ohos.UiTest.d.ts|
|Added|NA|Class name: UIEventObserver;
Method or attribute name: once(type: 'toastShow', callback: Callback\): void;|@ohos.UiTest.d.ts|
|Added|NA|Class name: UIEventObserver;
Method or attribute name: once(type: 'dialogShow', callback: Callback\): void;|@ohos.UiTest.d.ts|
|Added|NA|Class name: Driver;
Method or attribute name: createUIEventObserver(): UIEventObserver;|@ohos.UiTest.d.ts|
|Type changed|Class name: WindowFilter;
Method or attribute name: bundleName?: string;
Old version information: string?|Class name: WindowFilter;
Method or attribute name: bundleName?: string;
New version information: ?string|@ohos.UiTest.d.ts|
|Type changed|Class name: WindowFilter;
Method or attribute name: title?: string;
Old version information: string?|Class name: WindowFilter;
Method or attribute name: title?: string;
New version information: ?string|@ohos.UiTest.d.ts|
|Type changed|Class name: WindowFilter;
Method or attribute name: focused?: boolean;
Old version information: boolean?|Class name: WindowFilter;
Method or attribute name: focused?: boolean;
New version information: ?boolean|@ohos.UiTest.d.ts|
|Type changed|Class name: WindowFilter;
Method or attribute name: actived?: boolean;
Old version information: boolean?|Class name: WindowFilter;
Method or attribute name: actived?: boolean;
New version information: ?boolean|@ohos.UiTest.d.ts|