devrites-browser-proof — runtime evidence for UI
Screenshots and runtime observations beat "it should render fine." Use the highest rung of the ladder that's available; record which one.
Ladder (top-down)
- browser-harness — detect
command -v browser-harness. Connects to the user's Chrome over CDP. Pattern:new_tab(url)→wait_for_load()→capture_screenshot()→ read the pixel →click_at_xy(x,y)→ re-screenshot. Coordinate clicks pass through iframes/shadow/cross-o
[Description truncada. Veja o README completo no GitHub.]