firecrawl_browser_create
Create a persistent browser session for executing Python or JavaScript code that interacts with live web pages, enabling multi-step browser automation and maintaining state across multiple operations.
Instructions
Create a persistent browser session for code execution via CDP (Chrome DevTools Protocol).
Best for: Running code (Python/JS) that interacts with a live browser page, multi-step browser automation, persistent sessions that survive across multiple tool calls. Not recommended for: Simple page scraping (use firecrawl_scrape instead).
Arguments:
ttl: Total session lifetime in seconds (30-3600, optional)
activityTtl: Idle timeout in seconds (10-3600, optional)
streamWebView: Whether to enable live view streaming (optional)
Usage Example:
Returns: Session ID, CDP URL, and live view URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| activityTtl | No | ||
| streamWebView | No |