added
Shadow DOM (extension mode)
over 5 years ago by Shawn Jaques
11-12-2019
Shadow DOM allows hidden DOM trees to be attached to elements in the regular DOM tree — this shadow DOM tree starts with a shadow root which can be attached to any elements you want, in the same way as the normal DOM.
Supports recording events from within a shadow DOM element, selecting and reassigning such elements, and supports playing and highlighting actions on such elements.
Limitation:
- Recording is only done in Chrome