Login  Register

Re: Chrome DevTools Protocol and Pharo

Posted by Ben Coman on May 19, 2017; 4:33pm
URL: https://forum.world.st/Chrome-DevTools-Protocol-and-Pharo-tp4947589p4947661.html

Would you be interested in trying it with BSD Licensed Chromium...
https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
which could be packaged with a Pharo distribution.

cheers -ben

P.S. on the idea of an in-Image browser, this looks interesting...


On Fri, May 19, 2017 at 3:20 AM, Torsten Bergmann <[hidden email]> wrote:
Hi,

I played around with remote controlling Google Chrome from
Pharo using Chrome DevTools Protocol [1] (based on WebSockets).

The video shows an example using latest Pharo 6 on Mac:
https://www.youtube.com/watch?v=9F5FrQTEJWY

Initial Code is on GitHub [2] if someone is interested,
requires OSOSX and Zinc Websockets to be loaded.

Have fun
T.

[1] https://chromedevtools.github.io/devtools-protocol
[2] https://github.com/astares/Pharo-Chrome