Connection Guides
FreshConnect your preferred browser automation library to Steel.
| Guide | Language | Status |
|---|---|---|
| Playwright (Node.js) | TypeScript/JavaScript | Full support |
| Playwright (Python) | Python | Full support |
| Puppeteer | TypeScript/JavaScript | Full support |
| Selenium | Python | Early access |
Quick Comparison
| Feature | Playwright | Puppeteer | Selenium |
|---|---|---|---|
| CAPTCHA Solving | Yes | Yes | No |
| Custom Proxy | Yes | Yes | No |
| Session Recording | Yes | Yes | Limited |
| Live Viewer | Yes | Yes | No |
| One-line Connect | Yes | Yes | No |
Recommendation
Playwright is recommended for most use cases due to its full feature support, cross-browser capabilities, and excellent TypeScript integration.