Skip to content

Releases: webdriverio/query-selector-shadow-dom

1.0.0

04 Feb 22:18
Compare
Choose a tag to compare

Why not ey?

  • Switched to 1.0.0 release for change of default branch to main
  • Fix linter issues

0.8.0

09 Oct 14:06
98fd91a
Compare
Choose a tag to compare

Descendant selector support thanks to: https://github.com/mariusandra

WebdriverIO Support

01 Sep 20:57
Compare
Choose a tag to compare

Added support for WebdriverIO custom locator strategy plugin
https://github.com/Georgegriff/query-selector-shadow-dom#webdriverio

Puppeteer Plugin - Experimental

11 Aug 16:39
Compare
Choose a tag to compare

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.

https://github.com/Georgegriff/query-selector-shadow-dom/blob/master/examples/puppeteer/custom-engine.js

Protractor plugin

14 Jul 14:56
Compare
Choose a tag to compare

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

04 Jun 12:37
6038fb0
Compare
Choose a tag to compare

From issue #31 put a change in to normalize css selectors before processing them

0.4.2

11 Feb 18:31
Compare
Choose a tag to compare
0.4.2

Playwright

10 Feb 19:16
6831fdf
Compare
Choose a tag to compare

Adds playwright support: thanks to @ihor-nikiforov-scout

#19

Handle error when child found but parent isn't and gets to document

30 Aug 10:01
09c750d
Compare
Choose a tag to compare

Not found elements for querySelectorDeep return null

21 Dec 11:32
Compare
Choose a tag to compare
0.3.2

Return null when not found