Attribute Reporter

agoffnfbofbgggpdoikchockhdekmkck

Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression Attribute Reporter is a DevTools panel for inspecting HTML element attributes across a page. Select any element, type an attribute name (or pick class, id, or data-testid with one click), and instantly see a list of all matching child elements with their values β€” or which ones are missing them. - πŸ” Inspect any attribute by name across all child elements - βœ… Spot missing or empty attribute values at a glance - πŸ“‹ Copy individual values, XPath expressions, or CSS selectors to the clipboard - πŸ“¦ Export all results as JSON (element, value, CSS selector, XPath) - πŸ”’ No special permissions required What's New in v2.1.0 - πŸ” Missing attribute finder β€” Toggle "βˆ… missing" to instantly see all elements that lack the target attribute (e.g. buttons without aria-label). - 🏷️ Element-type filter β€” Filter results by element type (button, input, div…). Multi-select, composes with the missing toggle. - πŸŸ’πŸŸ‘πŸŸ πŸ”΄ Status indicators β€” Every row now shows a color-coded status: OK, duplicate value, empty value, or missing attribute. Hover for details. - πŸ“‹ Copy as CSV β€” Export the current filtered list as CSV, ready for spreadsheets or bug reports. - πŸ’Ύ Remembers your last attribute β€” The target attribute name is now saved between DevTools sessions. - aria-label shortcut added to the quick-select badges.

Related extensions