Skip to main content
Manual interaction lets you take direct control of the browser session. Use this when the AI agent gets stuck, when handling sensitive credentials, or when you need precise control over specific actions.

Coordinate System

The browser viewport is 1024×600 pixels. The origin (0,0) is at the top-left. Add 155 pixels to your Y coordinate to account for browser chrome (address bar, tabs). Clickable area: 1024×445 pixels (after accounting for 155px chrome offset) If you’re displaying the stream at a different size, scale coordinates proportionally:

Taking Control

takeOverControl

Pause the AI agent and enable manual mode:
The current task pauses automatically. Perform manual actions, then release control to let the agent continue.

releaseControl

Return control to the AI agent:

Interaction Actions

Click

Click at specific coordinates:

Type

Type text into the currently focused element:
Set humanLike: true to simulate realistic typing speed and patterns. This helps avoid detection on sites with anti-bot measures.

Key Press

Press a single key or key combination:
Common keys:
  • Enter, Escape, Tab, Backspace, Delete
  • ArrowUp, ArrowDown, ArrowLeft, ArrowRight
  • PageUp, PageDown, Home, End
  • Single characters: a, b, 1, 2, etc.

Common Patterns

Manual Login with 2FA



Responding to Guardrails


Complete Example with Video Stream


Troubleshooting


Video Streaming

Setup video streaming for visual feedback

Handling Guardrails

Respond when the agent needs help