Robot/robot-js

Gets no windows on OSX

ds82 opened this issue · 1 comments

ds82 commented
const robot = require('robot-js');
const list = robot.Window.getList('.*');
console.log(list.length);

Output is always 0.
Am I doing something wrong?

ds82 commented

Well, #10 solved it.
This should be on the README.md ;)