Skip to main content

Module node_bridge

Module node_bridge 

Source
Expand description

Node.js CLI bridge for Playwright and Puppeteer engines.

Rust does not have official Playwright or Puppeteer bindings. This adapter keeps those engine names available by delegating browser operations to the official Node.js packages over a line-delimited JSON protocol.

Structsยง

NodeBridgePage
EngineAdapter backed by a Node.js Playwright or Puppeteer subprocess.