Files
isphere-ai-bridge/prompts/03-ui-automation-feasibility.md
2026-07-05 00:44:28 +08:00

20 lines
654 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Prompt: UI Automation Feasibility
```text
请使用 `ui-automation-feasibility` 评估 iSphere 客户端是否能被 RPA/UI 自动化接管。
重点:
- 判断 UI 技术栈Win32、WinForms、WPF、Qt、Electron、WebView、Java、自绘。
- 检查消息列表、会话搜索、输入框、发送按钮、附件按钮能否稳定识别。
- 优先 FlaUI / pywinauto如果是 WebView 再考虑 Playwright。
- 不发送真实消息,不输入账号密码,不改设置。
输出:
1. 控件树可读性
2. 读取消息可行性
3. 写草稿/发送可行性
4. 推荐工具
5. 稳定性评分 A/B/C/D
6. 最小 RPA wrapper 动作清单
```