Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Agentic capability / Playwright
⇄ConnectorAgentic capabilityFree

Playwright

Cross-browser automation library for agents: control Chromium, Firefox, and WebKit with a single reliable API.

@ai-supply
Installs210k
Rating★ 4.8
Reviews70
Install (free) to download the source.↗ Source repository

Playwright

Microsoft Playwright is the leading browser automation framework used by AI agents to navigate the web, extract data, fill forms, click buttons, and take screenshots — all with a single async API that works across Chromium, Firefox, and WebKit.

Key Features

  • Multi-browser — one API for Chromium, Firefox, and WebKit (including mobile emulation)
  • Auto-wait — automatically waits for elements to be actionable before interacting
  • Network interception — mock, intercept, and modify HTTP requests at the browser level
  • Tracing & screenshots — full trace viewer with timeline, DOM snapshots, and screenshots for every step
  • Codegen — record browser interactions and export to Python, TypeScript, Java, or C#
  • Headless & headed — run invisibly in CI or visibly for debugging
  • MCP server — official @playwright/mcp MCP server lets agents drive browsers via tool calls

Quick Start

pip install playwright
playwright install chromium
from playwright.sync_api import sync_playwright

with sync_playwright() as p:
    browser = p.chromium.launch(headless=True)
    page = browser.new_page()
    page.goto("https://example.com")
    print(page.title())
    browser.close()

Install via ai-supply

npx ai-supply add playwright-browser-automation

Curated mirror of the open-source Playwright project (Apache-2.0). Install upstream from the repository.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy