Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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