Canvas

Drive canvas / WebGL / game UIs that paint to a <canvas> with no DOM or accessibility node — game boards, voice-room mic seats, map tiles, 3D viewers, design canvases (Figma/mockitt), HUDs. Use when snapshot/find/eval querySelector return no ref for something clearly on screen, when the label shows in `get text` but has no @ref, or when you need real-time coordinate/keyboard control. Covers canvas capture, coordinate clicks, hold-to-move, batch timed sequences, reading engine globals, and the real-time WebSocket stream.

leeguooooo Updated

File contents

leeguooooo/chrome-use/tree/main/skill-data/canvas commit 6465b4069f

Frequently asked questions

npx skillmds@latest add leeguooooo-chrome-use/canvas