Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression
A dev tools extension that allows to inspect Html elements attributes by name or custom name and display a list with their values or missing values. It is possible to copy the value to the clipboard or the xpath expression to enable developers to quickly debug xpath expression selectors and validate their attributes can be selectable or are missing values etc.
Latest reviews
- (2022-12-19) Damiano Fusco: Our QA consulting team has been using this consistently in different companies to help identify missing attributes for automation id (data-testid). Highly recommended.
- (2021-01-29) Bob Swanson: We use to to identify some missing custom attributes used by our QA automation. Very valuable.
- (2020-08-22) P C: Found this very useful for reporting on custom attributes like data-xyz etc and be able to quickly test xpath selectors in the console for automation testing and similar things