get-windows
get-windows copied to clipboard
Get metadata about the active window and open windows (title, id, bounds, owner, etc)
Hi, Just wanted to report an issue due to which error above error is being thrown. I am using this great library for my Electron app. When my currently opened...
Error: spawn /Users/path-to-project/node_modules/active-win/main ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn /Users/path-to-project/node_modules/active-win/main', path: '/Users/path-to-project/mico_wml/node_modules/active-win/main', spawnargs: [], cmd: '/Users/path-to-project/mico_wml/node_modules/active-win/main', stdout: '', stderr:...
When running the `getOpenWindows` method, any fullscreen windows are excluded from the returned list.
Hi Everyone, I hope you are doing well! I was wondering does anyone have a solution regarding this error I am receiving? ###### Error Message ``` Error: spawn /Users/ryan/electronForgeTest/.webpack/main/native_modules/main EACCES...
Hi, can anyone confirm me if URLs from Firefox are captured, It doesn't work for me. I also have userchrome.css enabled which modifies the UI, maybe it's the cause. I'm...
active-win 8.1.0 reports empty title strings on Adobe products on macOS despite correct permissions
So I've been using active-win for a year now and can navigate around tricky subjects like the permissions-business, so I'm not new to the library. Lately I've discovered something awkward...
Hi team The module is working fine, but I am getting errors on some specific sites and applications. I am getting below error on [https://gitlab.com/users/sign_in](https://gitlab.com/users/sign_in) Open above link on the...
When trying to run activeWindow() on macos m1 arm64, I am getting this error "active-win requires the screen recording permission in “System Preferences". I don't get any prompt to give...
@sindresorhus @stroncium We've been using the `active-win` library to record active windows in mac & windows. There it was not a problem. But while running the same in ubuntu, I...
[0] [0] > [email protected] build:main [0] > cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts [0] [1] [1] > [email protected] build:renderer [1] > cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.renderer.prod.ts [1] [0] ERROR...