/query-selector-ponyfill

querySelector that can pierce Shadow DOM roots without knowing the path through nested shadow roots. Useful for automated testing of Web Components. Production use is not advised, this is for test environments/tools such as Web Driver, Playwright, Puppeteer

Primary LanguageJavaScriptMIT LicenseMIT

npm version

query-selector-ponyfill

Note: This is a fork of the excellent work done in webdriverio/query-selector-shadow-dom but presented as a ponyfill which overrides the default querySelector behaviour. This will let you use your test libraries and other code behave as normal when working with Web components.

querySelector that can pierce Shadow DOM roots without knowing the path through nested shadow roots. Useful for automated testing of Web Components e.g. with Selenium, Puppeteer.

import 'query-selector-ponyfill';

// Now your document.querySelector* calls can pierce shadow roots

Please read the rest of the readme on: webdriverio/query-selector-shadow-dom