Skip to content

Playwright automation

shawn pana edited this page May 15, 2026 · 2 revisions

Playwright-style automation with Browser Use Box

Browser Use Box is useful when browser automation needs more than a one-off script: persistent cookies, a real Browser Use Cloud browser, a Linux box that keeps running, and Telegram control for approvals and follow-ups.

Watch the 14-second Browser Use Box demo

Watch the 14-second TikTok demo: https://www.tiktok.com/@browser_use/video/7639824093721758989

Project: https://github.com/browser-use/bux

Full repo doc: https://github.com/browser-use/bux/blob/main/docs/playwright-automation.md

Full LLM context: https://browser-use.github.io/bux/llms-full.txt

Good fits:

  • update a logged-in dashboard from Telegram
  • monitor Gmail and draft replies in the background
  • watch a GitHub PR until CI is green
  • pause for login, 2FA, CAPTCHA, or consent through a live Browser Use URL

Install:

curl -fsSL https://raw.githubusercontent.com/browser-use/bux/main/install.sh \
  | sudo BROWSER_USE_API_KEY=bu_xxx bash