# Browser automation
URL: /cookbook/topics/browser-automation

---
title: Browser automation
description: "Drive a cloud browser with familiar automation libraries: Playwright, Puppeteer, Selenium, Stagehand."
---

<RecipeGrid>
<RecipeCard slug="stagehand" title={"Automate browsing with natural-language instructions using Stagehand"} description={"Use Steel with Stagehand for natural-language-driven AI browser automation."} topics={['Browser automation']} date="2025-07-16" />
<RecipeCard slug="playwright" title={"Automate a cloud browser with Playwright"} description={"Use Steel with Playwright in TypeScript for cloud browser automation."} topics={['Browser automation', 'Playwright']} date="2024-11-19" />
<RecipeCard slug="puppeteer" title={"Automate a cloud browser with Puppeteer"} description={"Use Steel with Puppeteer in TypeScript for cloud browser automation."} topics={['Browser automation']} date="2024-11-19" />
<RecipeCard slug="selenium" title={"Automate a cloud browser with Selenium"} description={"Use Steel with Selenium in Python for cloud browser automation."} topics={['Browser automation']} date="2024-11-19" />
</RecipeGrid>
