Skip to main content
act lets the agent decide which clicks, types, and waits are needed to reach goal. The agent reads the page on every iteration and stops when the goal is met or the budget is exhausted. For deterministic interactions, prefer explicit commands like click and type.

Parameters

Shorthand

Goal as a single string.

Examples