Hacker News new | ask | show | jobs
by SigmundA 3408 days ago
Is headless Chrome working yet?

https://chromium.googlesource.com/chromium/src/+/lkgr/headle...

1 comments

It works, but there are a number of issues in the remote control protocol.

(note: I am developing a python wrapper for controlling it: https://github.com/fake-name/ChromeController )

I've been meaning to see about wrapping the C++ api as a python module, but not had time.