> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenrows.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Browser Sessions

> Click, log in, navigate, and interact like a real user, only when simpler methods can't do the job.

`zenrows browser` gives you a real, remote browser session for the things Fetch and Extract can't do: logging in, clicking through a flow, or waiting on content that only appears after interaction.

```bash theme={null}
zenrows browser info
```

Disabled by default. Enable it first:

```bash theme={null}
zenrows policy set allow_browser true
```

<Warning>
  Escalation-only. Use [`zenrows fetch`](/cli/fetch/introduction) or [`zenrows extract`](/cli/extract/introduction) first, reach for a browser only when they genuinely can't do the job (logins, clicks, multi-step flows, persistent state).
</Warning>

Two ways to drive a session:

* Connect Playwright or Puppeteer directly to the Browser Sessions API
* Drive it through [`zenrows mcp`](/cli/mcp)'s browser tools (navigate, click, fill, screenshot, and more)
