You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of the methods above accept a 2nd parameter, see section `Provide alternative node`. This will change the starting element to search from i.e. it will find ancestors of that node that match the query.
19
19
20
-
## Integrations
20
+
## Plugins
21
21
22
-
### CodeceptJS
22
+
### WebdriverIO
23
+
This plugin implements a custom selector strategy: https://webdriver.io/docs/selectors.html#custom-selector-strategies
23
24
24
-
More details here: https://github.com/Georgegriff/query-selector-shadow-dom/blob/master/plugins/codeceptjs
- From the above, firefox `setValue` does NOT currently work.
65
+
`. A workaround for now is to use a custom command (or method on your component object) that sets the input field's value via browser.execute(function).`
66
+
67
+
- Safari pretty much doesn't work, not really a surprise.
68
+
69
+
There are some webdriver examples available in the examples folder of this repository.
0 commit comments