get-windows icon indicating copy to clipboard operation
get-windows copied to clipboard

Get metadata about the active window and open windows (title, id, bounds, owner, etc)

Results 50 get-windows issues
Sort by recently updated
recently updated
newest added

``` const info = await activeWindow({ accessibilityPermission: false, screenRecordingPermission: true, }); ``` With this code, for some reason, the Electron app keeps asking for accessibility permission. It keeps asking, even...

Hi, I'm using ubuntu 22.04.4 LTS 64-bit x11. Sometimes randomly activeWindow returns undefined.

crashes on latest version of ubuntu and fedora( linux based systems) throws below error on ubuntu 22.02 and fedora 39 before crashing in console: ``` Error occurred in handler for...

**I have cloned the repo and am doing npm: run build: windows getting the following error.** Please let me know what am doing wrong. `node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR!...

Active win package not working in MAC ventura 13.6.2 and fedora 39 with x11. But working in old versions, in fedora new version always returning undefined, in mac new version...

i installed get-windows@latest and @mapbox/node-pre-gpy always compalins that "this module supports node-api version 9. this node instance cannot run this module. the node-api version of this node instance is 8...

Can we support a higher node api version? My electron app uses node api version 9. And the package is using atm is 8, we can't install this on our...

Try to build electron app with get-windows and end up with this error Mac os version: 14.6.1 electron: 29.3.0, node: 18.20.4 electron-builder --macos --x64 --arm64 --dir • electron-builder version=24.13.3 os=23.6.0...

Im running macOS 14.6.1 on an M1 Pro `[email protected]` and recently get-windows started reporting both the wrong height, x,y coordinates and dropping the title but only for Google Chrome [128.0.6613.85...