huan

Results 10 issues of huan

### Specification - pywebview version:5.1 - operating system:Windows 10 - web renderer:edgechromium ### Description Using two python processes After python process 1 starts pywebview, python process 2 can no longer...

### Specification - pywebview version: 5.1 - operating system: Windows 10 - web renderer: edgechromium ### Description Could we possibly implement a more modern folder dialogue box? The one currently...

我在其他电脑中开启了共享代码 然后再新电脑中登录之后 代码一直没有给出正确的提示 反而一直给出关于旧项目的中的代码 给出的代码完全不相关 可以看到这个frozen 我完全没有定义 ![image](https://github.com/THUDM/CodeGeeX2/assets/81978106/ec589a16-dbe3-46e2-9b0d-da08fd76e055)

Is it feasible to determine the startup duration of an application using pymobiledevice3? I understand that by emulating Xcode and integrating DYLD_PRINT_STATISTICS, one can achieve a detailed printout of the...

**Test environment** - Host OS version. - Windows 10 - Target device model and iOS version. - iPhone 13 18.0 **Describe the bug** Using start-tunnel in Windows CPU is very...

- 手机型号 一加7Pro - uiautomator2的版本号(`pip show uiautomator2`) 3.2.0 服务已启动的情况下无法初始化 不知道为啥 出现服务没有关闭 导致现在无法初始化 ```python Traceback (most recent call last): File "D:\pyCode\other\ttts.py", line 3, in d = u2.connect() File "D:\pyCode\other\venv\lib\site-packages\uiautomator2\__init__.py", line 1073,...

- 手机型号 Redmi K60 - uiautomator2的版本号(`pip show uiautomator2`) 3.2.0 - 手机截图 - ![20240722174743](https://github.com/user-attachments/assets/cc01b9b7-3257-4054-ad4a-b0b4a0af5358) - 相关日志(Python控制台错误信息, adb logcat完整信息, atxagent.log日志) ``` {RPCUnknownError}RPCUnknownError('Unknown RPC error: -32001 java.lang.SecurityException', (None, 'test'), 'java.lang.SecurityException: Package...Service.java:1399)\n\tat com.android.server.clipboard.ClipboardService.clipboardAccessAllowed(ClipboardService.java:1386)\n\n') ```...

使用 FilePrinter 后 在程序执行完代码后不能自动停止

#### 问题描述 通过`uiautomator2`代码点击进入微信小游戏后,`dump_hierarchy()`方法返回空XML。但在程序结束后手动执行`uiautomator dump`却能获取到包含预期元素(如"更多")的XML。这表明在特定场景下,自动化与手动获取XML存在不一致性。 #### 复现步骤 1. 连接设备并成功获取初始XML。 2. 点击指定坐标打开微信小游戏。 3. 等待3秒后尝试再次获取XML(返回空数据)。 4. 程序结束后手动执行`uiautomator dump`(可获取有效XML)。 #### 复现代码 ```python import time import uiautomator2 as u2 d = u2.connect() xml = d.dump_hierarchy()...

版本: 6.6.2 设备: 红米 K50 系统: Android 12 代码: ```js new JavaAdapter(android.view.View.OnAttachStateChangeListener, { onViewAttachedToWindow(view) { toastLog('attached'); }, onViewDetachedFromWindow(view) { toastLog('detached'); } }); ``` 运行结果 ```log 20:23:08.797/E: stack size 8188KB java.lang.StackOverflowError:...