https://github.com/tmkx/muppet
🚧 WIP. Control mac apps over CDP.
https://github.com/tmkx/muppet
accessibility automation cdp
Last synced: 4 months ago
JSON representation
🚧 WIP. Control mac apps over CDP.
- Host: GitHub
- URL: https://github.com/tmkx/muppet
- Owner: tmkx
- Created: 2022-03-26T11:04:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T12:07:58.000Z (over 1 year ago)
- Last Synced: 2026-02-19T07:34:16.542Z (4 months ago)
- Topics: accessibility, automation, cdp
- Language: Swift
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# muppet
## Muppet
Core library
## MuppetServer
### Apps
#### Get all apps
http://localhost:8080/apps
#### Get apps by identifier
http://localhost:8080/apps/:identifier
> For example: http://localhost:8080/apps/com.apple.finder
### Windows
#### Get all windows
http://localhost:8080/windows
#### Get windows by pid
http://localhost:8080/windows?pid=123
http://localhost:8080/windows?pid=123&isOnScreen=true
#### Get window detail
http://localhost:8080/windows/:windowId
#### Get window screenshot
http://localhost:8080/windows/screenshot/:windowId
### CDP
Chrome Devtools Protocol
devtools://devtools/bundled/inspector.html?ws=localhost:8080/cdp/:windowId