Vendor portal exports
Pull CSVs from SaaS dashboards, normalize columns, and draft a summary—no flaky download selectors.
PLAYWRIGHT OR AGENT?
Playwright powers CI tests, scripts, and MCP agents—but most real browser work does not need a repo. See when Playwright fits, and when Tabbit Agent runs the same tasks in plain language.
Free on macOS & Windows · No invite code · Works alongside Playwright projects
Slide across Playwright modes—or jump to Tabbit when scripts become overhead.
PICK YOUR PATH
Microsoft ships Playwright Test, CLI scripts, and MCP for agents. Tabbit is a fourth path: automation inside the browser you already use.
Best when
Describe the outcome in the omnibox. Tabbit reads pages, fills forms, researches across tabs, and runs in a parallel tab group while you keep working.
Choose Tabbit when the job is research, reporting, or ops—not shipping another automation framework.
CODE VS CONVERSATION
A typical Playwright script handles one flow. Tabbit handles the intent—and adapts when the UI shifts.
await page.goto('https://vendor.example/reports');
await page.getByRole('button', { name: 'Export' }).click();
await page.getByLabel('Date range').selectOption('Last 7 days');
const file = await page.waitForEvent('download');
// Re-run when selectors change…Open the vendor portal, export last week’s report as CSV, and summarize the top three cost drivers in a table I can paste into Slack.
Tabbit uses your logged-in session, cites pages with @ context, and keeps automation in a side tab group.
SIDE BY SIDE
| Capability | Tabbit Agent | Playwright Test | Playwright Script | Playwright MCP |
|---|---|---|---|---|
| Non-developer friendly | Yes — natural language | No — code + CI setup | No — coding required | No — dev environment |
| Uses your real browser session | Yes — logged-in tabs | Isolated test browser | Headless or headed | Tool-controlled |
| Parallel while you browse | Dedicated tab group | CI workers only | Blocks your machine | Depends on host app |
| Cross-browser engines | Chromium-based product | Chromium, Firefox, WebKit | Chromium, Firefox, WebKit | Via Playwright API |
| Best for | Research, ops, reporting | Regression & E2E QA | Scraping & batch jobs | AI coding assistants |
HOW TABBIT WORKS
Three steps from search intent to finished deliverable—inside the browser you already trust.
Type in the omnibox. Reference live tabs with @, add files, or paste a URL list—context travels with the task.
Tabbit opens a separate tab group, navigates, extracts, and acts—without hijacking your current research window.
Save Skills for repeat workflows. Pin results to your knowledge-base bookmarks for the next sprint.
WHERE TABBIT WINS
Pull CSVs from SaaS dashboards, normalize columns, and draft a summary—no flaky download selectors.
Open ten product pages, extract pricing tiers, and build a comparison table with cited sources.
Walk through admin consoles, verify ticket states, and file a status note for your team channel.
Gather references across the web, outline a draft, and archive pages to your permanent library.
FAQ
Yes. Playwright is Microsoft’s open-source framework for cross-browser automation—testing, scraping, and AI agent tooling. It excels when you need deterministic, code-driven control in CI or scripts.

Download Tabbit and run Playwright-level browser automation in plain language—free on Mac and Windows.