September 28th, 2022

Transaction Check Shadow DOM Element Detection

ShadowDOM allows hidden DOM trees to exist attached to other elements within the DOM tree. To select an element within the ShadowDOM of your site, you will use syntax similar to the following:

More details, including detection of nested ShadowDOM elements, are available in our support documentation.