Skip to main content
The Windows-native structure story: an agent launches Notepad, finds the edit surface via UIA targets, and types — no pixel guessing.
Platform vs agent: Glasswarp provides eyes (observe / list_targets) and hands (click_target / type_text). Choosing Notepad and what to type is the agent.
Competitive frame: VNC only sees pixels. Here the host returns sparse click targets from Windows UI Automation, and native input lands in the real Win32 control.

Prerequisites

1

An online, API-enabled rig

2

SDK installed

Run

What you’ll see

Artifacts: notepad_observe.jpg (SoM-marked when targets exist), notepad_final.jpg. Watch live via Console → Sessions → Eye.

Grounding

How UIA targets and Set-of-Mark make clicks reliable.