Discover
Collect candidate sources and validate relevance.
Guide
Use browser automation in Codex for dynamic websites and interactive tasks.
This page focuses on what to run, when to switch tools, and what to validate.
Collect candidate sources and validate relevance.
Run browser actions such as click, type, and submit where needed.
Check final page state and extract structured outputs.
Break a long run into short recoverable segments.
Retry safe steps only, and avoid repeating destructive actions blindly.
Return consistent field names for downstream usage.
Re-run known workflows after site UI changes.
See a parallel workflow pattern in Claude Code.
Pick the right execution engine.