Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.11 KB

File metadata and controls

28 lines (19 loc) · 1.11 KB

UX Proof Examples For Mobile Web Work

ux-proof captures desktop browser evidence for Codex Mobile sessions where visual correctness matters. The posted screenshot should be desktop by default because the user can already open the live mobile view through the ngrok link.

Capture Desktop Proof

py .\skills\mobile-codex-dev\scripts\mobile_dev.py ux-proof --root . --url http://127.0.0.1:5173

Include Mobile Diagnostics

py .\skills\mobile-codex-dev\scripts\mobile_dev.py ux-proof --root . --url http://127.0.0.1:5173 --include-mobile

Reported Evidence

  • Desktop screenshot at 1440x900.
  • Optional mobile diagnostic screenshot at 390x844 only when --include-mobile or --mobile-only is passed.
  • Page title and final URL.
  • Console warnings and errors when Playwright tooling is available.
  • Failed network requests when available.
  • Basic viewport metrics.

Handoff Use

UX proof replaces vague visual claims with screenshots and browser evidence. The user can inspect both views from a phone: ngrok for the live mobile-responsive page, desktop screenshot for the wide layout.