awscreen(tool, public)
See this machine — what is on screen, and where to click it.
Name
awscreen — See this machine — what is on screen, and where to click it.
The problem it solves
Automating a desktop means naming things that have no names. Coordinates rot on the next resize, selectors do not exist outside a browser, and the one thing that does not change is what a human would see and point at.
Instead of trusting / you check
- instead of trusting
- a selector that was true when the page was written
- you check
- the elements actually rendered, by what they look like
Adopt it alone
Find the thing you want to click by describing what it looks like.
Install
pip install awscreen
Where it sits in the path
- Not on the path yet — reference only.
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.