ui-testing
Installation
SKILL.md
UI Testing Skill
Browser automation for UI verification using Chrome MCP tools.
Quick Reference
| Task | Tool | Key Parameters |
|---|---|---|
| Screenshot | computer |
action: "screenshot" |
| Click | computer |
action: "left_click", coordinate: [x,y] or ref: "ref_1" |
| Type | computer |
action: "type", text: "..." |
| Find element | find |
query: "search button" |
| Read page | read_page |
filter: "interactive" or "all" |
| Navigate | navigate |
url: "https://..." |
| Resize | resize_window |
width: 1920, height: 1080 |
| Record GIF | gif_creator |
action: "start_recording" |
| Console | read_console_messages |
pattern: "error" |
| Network | read_network_requests |
urlPattern: "/api/" |