An instance of the Document Object Model (DOM).
Note These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.
![]() |
Syntax
var oDOM = globalScope.dom;
DOM Information
Inheritance Hierarchy
The DiagnosticsDom does not inherit from any class or interface.
Members
The DiagnosticsDom object has these types of members:
- Methods
Methods
The DiagnosticsDom object has these methods.
| Method | Description |
|---|---|
| getCrossSiteWindow | Gets a window from a different domain than current page. |
| getElementByUniqueId | Gets an element based on its unique id. |
| getElementEventHelper | Returns a DiagnosticsElementEventHelper object for a specific element. |
| getElementInnerHTML | Returns a string containing a specific element’s innerHTML content. |
| getElementOuterHTML | Returns a string containing a specific element’s outerHTML content. |
.png)