背景
系统: Windows 11
应用程序: Microsoft PC 管理器
代码: UFO 的主分支。 https://GitHub.com/microsoft/UFO/tree/main
LLM: GPT-4o - Azure OpenAI (AOAI)
任务说明
- 启动 MSPCManager 桌面应用程序;
- 单击"设置"按钮;
- 选择"黑暗"作为外观。
预期过程
- 启动 MSPCManager 桌面应用程序;

2. 单击"设置"按钮;

3. 选择"黑暗"作为外观。

4. 显示最后一项

实际过程
- 启动 MSPCManager 桌面应用程序;

2. 单击"设置"按钮;

3. 选择"黑暗"作为外观。

4. 然后出现错误。

错误发生在 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
…