Docs › REST API

Wayfern · Playwright

|

Wayfern is a humanized Playwright wrapper with fingerprint control. The npm package is independent of paid tiers — it only needs a CDP URL, which a Pro profile launch returns.

Modes

  • Drop-in — replace playwright imports with wayfern for humanized input and fingerprint-aware launches.
  • CDP attach — launch a profile via POST /v1/profiles/{id}/run, then connect Playwright to the returned CDP port.

Install

npm install wayfern

Pro requirement

Launching profiles programmatically (/run, /open-url) requires an active Pro subscription. Profile management endpoints remain free.