rust-headless-chrome / rust-headless-chrome

A high-level API to control headless Chrome or Chromium over the DevTools Protocol. It is the Rust equivalent of Puppeteer, a Node library maintained by the Chrome DevTools team.
MIT License
2.36k stars 227 forks source link

Feature: pipe #202

Open jeprojects opened 4 years ago

jeprojects commented 4 years ago

I am working on adding support for pipes as a feature which will override the use of websockets.

Puppeteer now uses pipes as default.

Feedback on the design choice is very much welcome:

https://github.com/jeprojects/rust-headless-chrome/tree/ProcessHandler

Right now unix only is working and I am currently working on the windows side.

Havunen commented 3 months ago

@jeprojects Did you ever finish it, what was left? Could you open Draft PR ?