clarity
clarity copied to clipboard
ShadowRootMode Elements Not Captured
Elements using the shadowrootmode = closed
attribute arent't captured by Clarity.
Reproduction
Create an element with the shadowrootmode attribute:
<div class = Shadow-Container >
<template shadowrootmode = closed >
<div class = Shadow-Content >
<p> Shadow </p>
</div>
</template>
</div>
Screenshots
Website:
Clarity:
Hello @PhoneDroid, Please note that the closed mode mutations aren't accessible, Clarity only supports "open" shadow DOM nodes at the moment.