webdriverio / query-selector-shadow-dom

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
MIT License
242 stars 25 forks source link

Account for commas in attribute selector values in split regex #4

Closed Georgegriff closed 6 years ago

Georgegriff commented 6 years ago

Are there any other places that there can be commas? possibly not