--- title: Inspetor de DOM slug: DOM_Inspector tags: - 'DOM:Ferramentas' - Desenvolvimento_Web - 'Desenvolvimento_Web:Ferramentas' - 'Extensões:Ferramentas' - Ferramentas - PrecisaDeRevisãoTécnica - Temas - 'Temas:Ferramentas' - Todas_as_Categorias - 'XUL:Ferramentas' translation_of: Tools/Add-ons/DOM_Inspector ---
O Inspector DOM (também conhecido como DOMi) é uma ferramenta de programação utilizada para inspecionar, navegar, e editar Document Object Model of documents - usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows a variety of different views on the document and all nodes within.
This tool is an add-on for XUL-based applications such as Firefox and Thunderbird. If you are looking for the DOM inspector that's built into Firefox, see the documentation for the Page Inspector.
ac_add_options --enable-extensions="default inspector" ac_add_options --enable-inspector-apis
Use the conveniently named "DOM Inspector" component in Bugzilla.
To find out who knows DOM Inspector code and where it lives, see the DOM Inspector module listing.