#246·UFO

每当从任何下拉菜单中选择一个选项时,都会发生错误。

作者: AlphaForgeX创建于 2025年8月7日更新于 2025年8月29日

背景

系统: Windows 11 应用程序: Microsoft PC 管理器 代码: UFO 的主分支。 https://GitHub.com/microsoft/UFO/tree/main LLM: GPT-4o - Azure OpenAI (AOAI)

任务说明

  1. 启动 MSPCManager 桌面应用程序;
  2. 单击"设置"按钮;
  3. 选择"黑暗"作为外观。

预期过程

  1. 启动 MSPCManager 桌面应用程序;
Image 2. 单击"设置"按钮; Image 3. 选择"黑暗"作为外观。 Image 4. 显示最后一项 Image

实际过程

  1. 启动 MSPCManager 桌面应用程序;
Image 2. 单击"设置"按钮; Image 3. 选择"黑暗"作为外观。 Image 4. 然后出现错误。 Image Image 错误发生在 execute_action 中 跟踪(最近一次调用): File "E:\WicreSoft\Tasks\Codes\GUIAutomationTest\UFO\\\\ufo\agents\processors\basic.py", line 192, in wrapper func(self, *args, **kwargs) File "E:\WicreSoft\Tasks\Codes\GUIAutomationTest\UFO\\\\ufo\agents\processors\basic.py", line 174, in wrapper result = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\WicreSoft\Tasks\Codes\GUIAutomationTest\UFO\\\\ufo\agents\processors\app_agent_processor.py", line 558, in execute_action self.actions.execute_all( File "E:\WicreSoft\Tasks\Codes\GUIAutomationTest\UFO\\\\ufo\agents\processors\actions.py", line 479, in execute_all action.action_flow(puppeteer, control_dict, application_window) File "E:\WicreSoft\Tasks\Codes\GUIAutomationTest\UFO\\\\ufo\agents\processors\actions.py", line 270, in action_flow puppeteer.receiver_manager.create_ui_control_receiver( File "E:\WicreSoft\Tasks\Codes\GUIAutomationTest\UFO\\\\ufo\automator\puppeteer.py", line 202, in create_ui_control_receiver self.ui_control_receiver = factory.create_receiver(control, application) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File …