ds82 opened this issue 7 years ago · 1 comments
const robot = require('robot-js'); const list = robot.Window.getList('.*'); console.log(list.length);
Output is always 0. Am I doing something wrong?
0
Well, #10 solved it. This should be on the README.md ;)