The solution combines the power of Document Query Selector API with Selenium to grab shadow root DOM trees and interact with any elements encapsulated within it. Features: 1. Returns shadow root or nested shadow root from DOM. 2. Checks if shadow root or nested shadow root is present or not in the DOM. NOTE: Supports 4.1.x+ versions (check Selenium dependency). Solution Version: .NETStandard 2.0
$ dotnet add package ShadowRoot.DiggerNo README available.