What problem does it solve?
Automates browser control by exposing a HTTP API to drive Chrome via CDP, enabling programmatic navigation, element interaction, snapshots, HAR capture, and cookie extraction while handling bot-protection bypass.
Core Features & Use Cases
- Navigate pages, read page state, and manage tabs via HTTP endpoints.
- Capture accessibility snapshots and full DOM information for automation and testing.
- Interact with elements (click, fill forms, etc.) and extract cookies for session reuse.
- Record and replay network traffic with HAR data to diagnose issues and integrate with APIs.
- Bypass bot protection when allowed, enabling automation on protected sites in controlled environments.
Quick Start
Start the kuri-server binary and begin issuing HTTP API requests to navigate, snapshot, and interact with pages.