Expand DOM nodes recursively

Help us make DevTools Tips better! Fill out this survey to tell us more about your DevTools habits and frustrations.

Categories: Supported by:

Expand DOM nodes recursively

You can expand all descendants under a given DOM node in one go, to avoid having to expand each node one by one, which may take a while.

Animation showing right-clicking on a node in Chrome's Elements panel and choosing "expand recursively".

See also