What problem does it solve?
Browser automation tools often fail silently on complex sites like LinkedIn, Twitter/X, and SPAs—scrolls that don't move, clicks that don't register, snapshots that hang. This Skill provides a standard operating procedure to reproduce, diagnose, and fix these failures systematically.
Core Features & Use Cases
- Structured Debugging SOP: A four-phase workflow (reproduce, analyze root cause, implement multi-layer fix, verify) for any browser tool failure.
- Pattern Library: Six documented patterns covering nested scroll containers, overlay-covered elements, React synthetic events, huge DOM trees, SPA hydration delays, and Shadow DOM.
- Edge Case Registry: A curated registry of 17 verified edge cases with symptoms, root causes, detection scripts, and fixes.
- Use Case: When
browser_interact(action="scroll") returns success but a LinkedIn feed doesn't move, follow the SOP to detect the nested scrollable container and apply the JavaScript fallback fix.
Quick Start
Ask the agent to debug why browser scrolling fails on a specific site using the browser edge cases SOP.