Playwright
Framework (OSS)LIVEby Microsoft
Microsoft's cross-browser automation standard: Chromium, Firefox, and WebKit with auto-waiting, tracing, and codegen. The deterministic backbone that many agent frameworks build on. As a Banana Peel runner it executes pre-scripted flows rather than open-ended reasoning.
- Provider
- Microsoft
- Type
- Framework (OSS)
- Added
- Jan 2020
- Interface
- Session-level (CDP)
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- minimal
- Max session
- 120 min
- Regions
- US, EU, CA
- Pricing
- license free (Apache-2.0)compute operator-paid
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
2.8%
Traffic share
49.0%
Success
24s
Median duration
Free · OSS
List price
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| oss | Free (self-hosted) | $0.02 | — |
| license | free (Apache-2.0) | — | — |
| compute | operator-paid | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File uploadextra
Form filling
Structured extractiongap
Vision-basedgap
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage captureextra
Code sample
Pin this runner via routing: "playwright"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "playwright"
}'