SuperMonster003
SuperMonster003
尚无实现可能. 1. 一些应用可能不希望受到无障碍服务自动化操作的干扰, 对相关应用进行检测屏蔽, 对此 AutoJs6 表示尊重 2. AutoJs6 项目代码完全开源, 不论使用怎样的反屏蔽检测技术, 均会被轻易攻破 3. AutoJs6 项目诞生的初衷, 是对 Auto.js 开源最终版本 [4.1.1 Alpha2 (461)] 进行完善, 并延续其技术共享精神 因此, AutoJs6 目前尚无实现标题所述功能的可能.
欢迎 PR. _Sent from my XQ-DQ72 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
目前尚不具备此能力.
en-US: Unfortunately, I have no clue about such problem. This issue is marked with labels "Helpless" and "Request For Help" for now. zh-CN: 很遗憾, 我不知道如何处理这样的问题, 此议题暂时被标记为 "无法完成" 以及 "请求帮助".
我使用 AutoJs6 6.6.4 运行如下测试代码, 未能复现问题. ```js function runTask(task, isAbort) { return new Promise((resolve, reject) => { try { const thread = threads.start(() => { eval(` while(1) { console.log(new Date()); sleep(1e3);...
https://github.com/SuperMonster003/AutoJs6/issues/148
下一版本将尝试缩减打包模板和打包生成应用的体积, 其他方面可能在后续版本进行逐步完善, 但开发周期可能相对较长. _Sent from my XQ-DQ72 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
我也希望能有贡献者提供 Node.js 支持. 我个人目前是不具备这个能力的.
我使用了下述代码, 没有发现问题, 你可以在 `6.4.1` (稍后发布) 上面试试. ```js const EditorInfo = android.view.inputmethod.EditorInfo; const selectorWindow = floaty.rawWindow( 更多 关闭 ); ui.run(() => { selectorWindow.setSize(-1, -2); selectorWindow.btnMore.click(function (view) { //展开一个下拉菜单: [清除搜索] [导入文件] const...
从报错的位置来看, 是因为 runtime.automator 没有初始化. 目前暂无解决方案.