Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 262 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 262 Bytes

ShadowPuppeteer

A fork of CodeceptJS's Puppeteer helper that queries the shadow DOM.

It injects query-selector-shadow-dom into the test page and uses querySelectorAllDeep and querySelectorDeep instead of document.querySelectorAll and querySelector.