Skip to main content

3 posts tagged with "Playwright"

Playwright browser automation and testing

View All Tags

Run a Multi-Step Website Workflow from Your AI Agent — No Chrome Install

· 7 min read
MCPBundles

TL;DR

  • The Remote Browser gives your agent a hosted Chrome session — navigate, click, scroll, snapshot, and fill forms from Claude Code or Cursor without installing Playwright or opening a local browser.
  • Remote Browser is already a top-twenty MCPBundles bundle — one of the connectors operators reach for most often in production.
  • A real paying customer ran 100+ browser steps on day one after finding us on the skills page: contractor directory, listing by listing, snapshot and summarize, next page. That's the workflow we hardened in July.

Someone signed up for Starter, connected Remote Browser from our skills page, and spent the afternoon doing serious work — not kicking tires. Before dinner they'd issued more than a hundred successful navigate-and-click commands through Claude Code: open a contractor directory, drill into a listing, snapshot the page, ask for a summary, move to the next result, keep going. No local Chrome. No Playwright install. Just chat driving a live cloud browser through a real research job.

That session is why we cared about multi-page reliability. Remote Browser isn't for a single hero screenshot — it's for afternoons like that: vendor comparisons, signup walkthroughs, paginated directories, deploy spot-checks, one session carrying the whole tour.

Connect once, describe the journey in plain language, and let the agent keep working in the same session while it moves through the site.

Record a Screen Video of Any Website — From Your AI Agent

· 4 min read
MCPBundles

You can now ask Claude Code or Cursor to record a screen video of a website tour — open a page, scroll, move to the next page, scroll again — and hand you back an MP4. The whole thing runs in a cloud Chrome session. There is nothing to install: no browser on your machine, and no screen-capture app running in the background.

This started as a question — can we clip video from the remote browser instead of the local one? — and turned into a capability we think a lot of people will reach for: a demo/tour video of any live site, driven entirely from the agent you already work in.

Browser Automation with AI: Test, Scrape, and Debug Web Apps from a Chat

· 9 min read
MCPBundles

Browser automation is how you test web apps end-to-end, scrape structured data from public sites, debug production issues by replaying user journeys, and automate repetitive form-filling workflows. Navigate to any page, read its content, click buttons, fill forms, take screenshots, inspect network traffic, run JavaScript, check console errors — all programmatically through natural language.

Playwright is the industry standard for browser automation: fast, reliable, cross-browser (Chrome, Firefox, WebKit), built for modern web apps. The MCPBundles browser bundles expose Playwright as MCP tools you can call from any AI agent, with two deployment modes: Local Browser (Chrome on your machine via the desktop proxy) and Remote Browser (cloud-hosted Chrome with no local install). This guide is the use-case version of "AI + Browser": what you ask, what the agent does, what comes back.