computer.act
Execute and verify a set of declarative actions—clicks, typing, hotkeys, key sequences, and waits—within a specified window to automate UI interactions.
Instructions
在指定窗口中执行并验证一组声明式动作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | Yes | ||
| actions | Yes | 动作支持 click、setValue、hotkey、keys、kbseq、kbops 和 wait;高层等待使用 wait.seconds(秒,可用小数),仅 kbops.at 使用批次起点后的绝对毫秒。 |