Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmkx/muppet
🚧 WIP. Control mac apps over CDP.
https://github.com/tmkx/muppet
accessibility automation cdp
Last synced: 21 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T06:24:42.000Z (8 months ago)
- Last Synced: 2025-01-19T16:23:57.014Z (22 days ago)
- Topics: accessibility, automation, cdp
- Language: Swift
- Homepage:
- Size: 45.9 KB
- Stars: 2
- 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