Visit Mozilla.org

DOM Inspector

From MDC


The DOM Inspector (also known as DOMi) is a developer tool used to inspect, browse, and edit the Document Object Model of documents - usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.

Documentation

Introduction to DOM Inspector
A guided tutorial that will help you get started with DOM Inspector.
DOM Inspector FAQ
Answers to common questions on DOM Inspector.
DOM Inspector page at MozillaZine
More information on the DOM Inspector.

Getting DOM Inspector

Firefox
Firefox comes with DOM Inspector pre-installed. On Windows, it is an install option; choose Advanced install. You can find it under the Tools menu in your browser window. From the command line, run: /path/to/application -inspector [url]
Since Firefox 3 Beta 4, the DOM Inspector has been available from Firefox Add-ons as a standalone extension.
Thunderbird
DOM Inspector for Thunderbird is available from Thunderbird Add-ons. Or, build Thunderbird yourself with the following options:
ac_add_options --enable-extensions="default inspector"
ac_add_options --enable-inspector-apis
Mozilla Suite and SeaMonkey
Select Tools > Web Development > DOM Inspector. You can install the Sidebar panel via Edit > Preferences > Advanced > DOM Inspector, then simply open up the inspector panel and visit a website.

Community

Report a bug in DOM Inspector

Use the conveniently named "DOM Inspector" component in Bugzilla.

See Also

Firebug is a more powerful and yet easy-to-use extension from the creator of the DOM Inspector.

Related Topics

DOM, HTML, XUL, Web Development

Original Document Information

  • Author(s): Joe Hewitt, Christopher Aillon
  • Last Updated Date: November 11, 2003
  • Copyright Information: Portions of this content are © 1998–2007 by individual mozilla.org contributors; content available under a Creative Commons license | Details.