6.6.0 - 内置模块重写; 新增部分模块及方法; 修复高版本安卓系统兼容问题; 优化文件管理器及打包功能体验
This commit is contained in:
@@ -32,9 +32,11 @@ Promise.resolve().then(() => {
|
||||
// @Test images
|
||||
|
||||
// FIXME by SuperMonster003 on May 7, 2022.
|
||||
// ! Auto.js freezes or won't respond when calling images.requestScreenCapture()
|
||||
// assert(noError(images.requestScreenCapture, images), 'images.requestScreenCapture()');
|
||||
// assert(noError(() => images.captureScreen()), 'images.captureScreen()');
|
||||
// ! AutoJs6 won't respond when calling images.requestScreenCapture() .
|
||||
// ! zh-CN: 当调用 images.requestScreenCapture() 方法时, AutoJs6 应用将会无响应.
|
||||
// !
|
||||
// # assert(noError(images.requestScreenCapture, images), 'images.requestScreenCapture()');
|
||||
// # assert(noError(() => images.captureScreen()), 'images.captureScreen()');
|
||||
|
||||
// @Test dialogs
|
||||
|
||||
@@ -62,8 +64,10 @@ assert(typeof engines.myEngine().getSource().getName() === 'string', 'engines.my
|
||||
// @Test floaty
|
||||
|
||||
// FIXME by SuperMonster003 on May 7, 2022.
|
||||
// ! Auto.js freezes or won't respond when calling floaty.rawWindow()
|
||||
// assert(noError(() => floaty.rawWindow('<vertical/>')), 'floaty.rawWindow()');
|
||||
// ! AutoJs6 won't respond when calling floaty.rawWindow() .
|
||||
// ! zh-CN: 当调用 floaty.rawWindow() 方法时, AutoJs6 应用将会无响应.
|
||||
// !
|
||||
// # assert(noError(() => floaty.rawWindow('<vertical/>')), 'floaty.rawWindow()');
|
||||
assert(noError(() => floaty.closeAll()), 'floaty.closeAll()');
|
||||
|
||||
// @Test continuation
|
||||
|
||||
Reference in New Issue
Block a user