tail-fin-common 0.5.1

Shared infrastructure for tail-fin: error types, page_fetch, cookies, CDP helpers
Documentation
# tail-fin-common

Shared infrastructure for the [tail-fin](https://github.com/motosan-dev/tail-fin) multi-site browser automation CLI.

## What's Inside

- **`BrowserSession`** — CDP (Chrome DevTools Protocol) wrapper: navigation, JS eval, network idle, session restore
- **`TailFinError`** — unified error type across all adapters
- **`cookies`** — Netscape cookie file parser + CDP cookie injection
- **`page`** / **`interceptor`** — page fetching and network request interception
- **`html`** / **`js`** — HTML selector helpers and JS evaluation utilities
- **`SessionData`** — cookies + localStorage + sessionStorage snapshot for session restore

## Usage

This crate is not intended to be used directly. It is a dependency of all `tail-fin-*` adapter crates.

```toml
[dependencies]
tail-fin-common = { workspace = true }
```

## License

[MIT](../../LICENSE)