GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.31k stars 309 forks source link

Is it possible to manipulate the mouse and keyboard with carlo? #98

Closed whatsdis closed 5 years ago

whatsdis commented 5 years ago

Basically I would like to be able to record a screencast of the operating system, is this possible? is there an api call or example that shows access to OS mouse and keyboard as well as screenshot?

pavelfeldman commented 5 years ago

Carlo can manipulate mouse and capture browser screenshots via Puppeteer. But it has no access beyond the browser window unless you implement it natively via Node.