> Full docs index: https://docs.steel.dev/llms.txt

# Browser automation
URL: https://docs.steel.dev/cookbook/topics/browser-automation

- [Run a Steel browser job with Trigger.dev](/cookbook/trigger-dev-browser-job): Queue a Trigger.dev task that creates a Steel session, drives Playwright over CDP, saves artifacts, and releases the browser in cleanup.
- [Run a durable browser workflow with Temporal](/cookbook/temporal-browser-workflow): Build a Temporal TypeScript Workflow that schedules retryable Steel browser Activities to capture page summaries, screenshots, and Markdown artifacts.
- [Automate a cloud browser with headless_chrome](/cookbook/headless-chrome): Use Steel with headless_chrome, the synchronous Rust equivalent of Puppeteer, to connect over CDP and scrape quotes with element handles.
- [Automate a cloud browser with chromedp](/cookbook/chromedp): Use Steel with chromedp to connect over CDP, navigate to Hacker News, extract the top stories, and capture a screenshot.
- [Automate a cloud browser with Rod](/cookbook/rod): Use Steel with Rod's fluent, chainable API to connect over CDP and scrape quotes.toscrape.com from a cloud browser.
- [Automate a cloud browser with chromiumoxide](/cookbook/chromiumoxide): Use Steel with chromiumoxide to connect over CDP, drive the handler task, extract page content, and capture a screenshot.
- [Automate browsing with natural-language instructions using Stagehand](/cookbook/stagehand): Use Steel with Stagehand for natural-language-driven AI browser automation.
- [Automate a cloud browser with Playwright](/cookbook/playwright): Use Steel with Playwright in TypeScript for cloud browser automation.
- [Automate a cloud browser with Puppeteer](/cookbook/puppeteer): Use Steel with Puppeteer in TypeScript for cloud browser automation.
- [Automate a cloud browser with Selenium](/cookbook/selenium): Use Steel with Selenium in Python for cloud browser automation.

## Related integrations

- [Steel + Playwright](/integrations/playwright): Drive a Steel browser with Playwright over CDP.
- [Steel + Puppeteer](/integrations/puppeteer): Drive a Steel browser with Puppeteer over CDP.
- [Steel + Selenium](/integrations/selenium): Drive a Steel browser with Selenium.
