Vendor portal exports
Pull CSVs from SaaS dashboards, normalize columns, and draft a summary—no flaky download selectors.
PLAYWRIGHT vs AGENT
Playwright는 CI 테스트, 스크립트, MCP에 강합니다. 하지만 많은 실무는 저장소가 필요 없습니다. Playwright가 맞는 때와 Tabbit Agent가 자연어로 처리하는 때를 구분하세요.
macOS·Windows 무료 · 초대 코드 불필요
Playwright 모드를 넘나들다—스크립트 부담이면 Tabbit으로.
경로 선택
Microsoft ships Playwright Test, CLI scripts, and MCP for agents. Tabbit is a fourth path: automation inside the browser you already use.
최적 상황
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.
코드 vs 대화
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…벤더 포털을 열고 지난주 CSV를보낸 뒤 비용 상위 3개를 Slack용 표로 요약해줘.
Tabbit은 로그인 세션과 @ 컨텍스트로 별도 탭 그룹에서 실행합니다.
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 |
TABBIT 작동 방식
Three steps from search intent to finished deliverable—inside the browser you already trust.
옴니박스에 입력. @로 탭·파일 참조.
별도 탭 그룹에서 탐색·추출·조작.
Skills 저장, 지식库 북마크 고정.
TABBIT 강점
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.

Tabbit을 다운로드해 자연어로 Playwright급 자동화—Mac/Windows 무료.