Developer Tools

Record Browser Actions into Automation Scripts

Install the browser extension, click through your app, and instantly get production-ready Playwright or Puppeteer scripts — no manual coding required.

// Auto-generated Playwright script
const { chromium } = require('playwright');
const browser = await chromium.launch();
await page.click("#submit-btn");
await page.fill("input[name='email']", "[email protected]");

Simple Pricing

Most Popular
$19
per month
  • Chrome & Firefox extension
  • Playwright & Puppeteer export
  • Unlimited script recordings
  • Script editor & management
  • Team sharing & collaboration
  • Priority email support
Get Started Now

Cancel anytime. No contracts.

FAQ

Which browsers and frameworks are supported?

The extension works with Chrome and Firefox. Scripts can be exported for Playwright (TypeScript/JavaScript) and Puppeteer, covering all major automation frameworks.

How accurate are the generated scripts?

The recorder captures precise CSS selectors, ARIA roles, and text content to generate robust selectors. Scripts include automatic waits and retries to handle dynamic pages reliably.

Can I edit scripts after recording?

Yes. The web app includes a full script editor with syntax highlighting. You can add assertions, parameterize values, and refactor recordings before exporting to your test suite.