What problem does it solve?
PinchTab eliminates expensive, brittle browser automation by letting agents interact with pages using accessibility trees and stable element references instead of relying on heavy screenshot-based grounding.
Core Features & Use Cases
- Browser automation via local HTTP + CLI: Drives a Chrome instance through a lightweight control server for repeatable workflows.
- Accessibility-tree snapshots with stable element refs: Captures interactive elements and page text in token-efficient formats to enable reliable clicking, filling, and navigation.
- Verification and exports: Supports screenshots, PDF export, and JavaScript evaluation for inspection and troubleshooting.
- Profiles and multi-agent safety: Keeps cookies/sessions across runs, includes tab locking, and offers stealth modes for safer parallel operation.
Quick Start
Run pinchtab to navigate to a URL, snapshot interactive elements, click and fill referenced inputs, and snapshot again to confirm the results.