Releases: webdriverio/query-selector-shadow-dom
1.0.0
0.8.0
Descendant selector support thanks to: https://github.com/mariusandra
WebdriverIO Support
Added support for WebdriverIO custom locator strategy plugin
https://github.com/Georgegriff/query-selector-shadow-dom#webdriverio
Puppeteer Plugin - Experimental
Experimental!
There is now a plugin available that uses the experimental custom Query Handler API from Puppeteer.
This API could be changed at any moment via Puppeteer without a breaking sem version.
Protractor plugin
Thank you to @jan-molak for the new plugin and documentation for protractor support.
Puppeteer support for custom locators should be coming in the future which is what is being kept for 1.0.0 of the lib
Normalize css selectors
From issue #31 put a change in to normalize css selectors before processing them
0.4.2
0.4.2
Playwright
Adds playwright support: thanks to @ihor-nikiforov-scout
Handle error when child found but parent isn't and gets to document
Thanks to @TomCaserta for the fix in #9
Not found elements for querySelectorDeep return null
0.3.2 Return null when not found