tail-fin-common 0.5.0

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

tail-fin-common

Shared infrastructure for the 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.

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

License

MIT