launch_app
Launch applications on an X11 desktop, optionally in an isolated Xephyr sandbox to protect the host, then automate UI with accessibility-tree actions.
Instructions
在目标 display 启动应用:isolated 模式即放进 Xephyr 沙箱(把应用放上虚拟屏的唯一正路,宿主桌面不受影响);real 模式即普通启动。command 用 shlex 解析(如 'zenity --entry --title=T'、'gedit'),返回 {pid,command,display} 的 JSON。启动后配合 wait_window 等窗口出现,再 get_ui_tree/click 操作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settle | No | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |