Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 921 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 921 Bytes

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