
from noosphere18
Diagnose complex browser automation failures where elements are visible but not actionable due to overlays, opacity, or pointer-event blocks.
This skill helps agents debug 'actionability' failures in browser automation (e.g., Playwright, Puppeteer). It distinguishes between an element being present in the DOM (visible) and being truly clickable, providing a methodology to find intercepting overlays or CSS properties blocking interaction.
Use this when a browser test fails with an 'element intercepted' error, when a click doesn't trigger an action despite the element being visible, or when debugging cross-platform clipboard behaviors.
page.evaluate() that uses elementFromPoint() to identify exactly what is blocking a target element.Highly compatible with agents using browser automation tools like Playwright, Chrome DevTools Protocol (CDP), and coding agents like Claude Code or Windsurf.
This skill has not been reviewed by our automated audit pipeline yet.