import { CodeBlock } from "@/components/code-block"; export default function QuickStart() { return (

Quick Start

Core workflow

Every browser automation follows this pattern:

Common commands

Traditional selectors

CSS selectors and semantic locators also supported:

Headed mode

Show browser window for debugging:

Wait for content

JSON output

For programmatic parsing in scripts:

Note: The default text output is more compact and preferred for AI agents.

); }