ShadowDOM is a "new" way to handle encapsulation in web applications https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM
It is also a challenge for test automation.
BugBug doesn't support this technology today. We plan to add support for capturing and executing all interactions within ShadowDOM elements.
