diff --git a/zh-cn/application-dev/reference/apis/js-apis-uitest.md b/zh-cn/application-dev/reference/apis/js-apis-uitest.md index 4980f07d68b1d7498adfe7c5cbe1b23f383f31ae..c8102b8231bdf2f133803e4888c9fd847d8d8232 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md @@ -17,7 +17,7 @@ UiTest提供模拟UI操作的能力,供开发者在测试场景使用,主要 ## 导入模块 ``` -import {UiDriver, BY, MatchPattern, ResizeDirection, WindowMode} from '@ohos.uitest' +import {UiDriver, BY, MatchPattern, ResizeDirection, WindowMode, DisplayRotation, PointerMatrix} from '@ohos.uitest' ``` ## By