Software:DOM Inspector
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
(Learn how and when to remove this template message)
|

DOM Inspector (DOMi) is a web developer tool created by Joe Hewitt and was originally included in Mozilla Application Suite as well as versions of Mozilla Firefox prior to Firefox 3. It is now included in Firefox, and SeaMonkey. Its main purpose is to inspect and edit the Document Object Model (DOM) tree of HTML and XML-based documents.
A DOM node can be selected from the tree structure, or by clicking on the browser chrome. As well as the DOM tree viewer, other viewers are also available, including Box Model, XBL Bindings, CSS Rules, Style Sheets, Computed Style, JavaScript Object, as well as a number of viewers for document and application accessibility. By default, the DOM Inspector highlights a newly selected non-attribute node with a red flashing border.
Similar tools exist in other browsers, e.g., Opera's Dragonfly, Safari's Web Inspector, the Internet Explorer Developer Toolbar, and Google Chrome's Developer Tools.
Keyboard shortcuts
In modern web browsers, the developer tools used to inspect the DOM can typically be opened by pressing on Windows, and on macOS.[1]
Software with DOM inspector tools
- Electron
- Firefox
- Google Chrome
- Microsoft Edge
- NW.js[2]
- Opera
- Safari
- SeaMonkey
- Tauri[3]
See also
- Firebug — another web development extension more recently created by Joe Hewitt
References
- ↑ How do you use the DOM inspector and devtools to debug and build your projects?. YouTube. Retrieved July 17, 2026.
- ↑ "Debugging with DevTools". https://nwjs.readthedocs.io/en/nw24/For%20Users/Debugging%20with%20DevTools/.
- ↑ Lopez, Cesar Andres. "tauri-agent-tools: Agent-driven inspection toolkit for Tauri desktop apps". https://github.com/cesarandreslopez/tauri-agent-tools.
External links
- DOM Inspector extension for Firefox
- DOM Inspector at Mozilla Developer Center
- XPather - A DOMi extension that adds XPath support
