Record clicks.
Ship automation.
AutoScript captures every click, keystroke, and navigation in your browser and converts them into production-ready Puppeteer or Playwright scripts — instantly.
const puppeteer = require('puppeteer');
(async () => {
const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.goto('https://example.com');
await page.click('#login-btn');
await page.type('#email', '[email protected]');
await page.type('#password', 'secret');
await page.click('[type="submit"]');
await browser.close();
})();Simple Pricing
One plan. Everything included. Cancel anytime.
Pro
$35
/month
- ✓Browser extension (Chrome & Firefox)
- ✓Unlimited recordings
- ✓Puppeteer & Playwright export
- ✓Code editor with syntax highlighting
- ✓Team sharing & collaboration
- ✓Priority support
FAQ
How does the browser extension work?
Install the AutoScript extension, click Record, and browse normally. Every click, form input, and navigation is captured. When done, hit Stop and your Puppeteer or Playwright script is generated instantly.
Which browsers and frameworks are supported?
The extension supports Chrome and Firefox. Generated code works with Puppeteer, Playwright (Node.js, Python, Java, .NET), and can be exported as raw selectors for any framework.
Can I cancel my subscription anytime?
Yes. Cancel anytime from your billing portal with no questions asked. You keep access until the end of your billing period.