Hello shadowr

Introduction Recently I wanted to scrape some websites and for two or three websites such as https://configure.bmw.ch/de_CH/configure/F40 or https://www.mercedes-benz.ch/de/passengercars/models.html, I could not find certain dom elements because shadow dom elements were used on these websites. Shadow DOM is a web standard that offers component style and markup encapsulation. It is a critically important piece of the Web Components story as it ensures that a component will work in any environment even if other CSS or JavaScript is at play on the page.