The DOM Watcher View is used to track DOM Events that target a given DOM Node. The developer can select a Node and start or stop watching DOM events. Each DOM event targeting the selected Node will be listed in the table area with information about the type, a timestamp, and detailed information (if available).
To start watching the events for a DOM Node:
To stop watching the events for a DOM Node:
For a list of DOM Event types that the DOM Watcher support open the Settings dialog
by going to the view's menu . This dialog allows
the developer to select which Event types will be observed by the DOM Watcher.
The view also provides the following toolbar buttons:
To open the view:
Related concepts