What is Shadow DOM?
Shadow DOM is a browser API that encapsulates a hidden DOM tree inside a regular HTML element, isolating its structure and styling from the main document. For scraping pipelines, it acts as an unintentional cloaking device: standard CSS selectors and XPath queries will silently fail to find elements rendered inside a shadow root, causing extraction jobs to break even when the data is plainly visible on screen.