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
I'm working on a project that requires me to write faltests for a page that uses native web components and the shadow dom. The webdriverio package supports this functionality through use of the findElementFromShadowRootdocs here, however this is only available in later versions of webdriverio.
Currently, this package relies on version 5.23. Are we able to work on upgrading this dependency to the latest version 8.x? It looks like there was an attempt by dependabot here, but not sure what happened or why we weren't able to merge it.
The text was updated successfully, but these errors were encountered:
Description
Hey team,
I'm working on a project that requires me to write faltests for a page that uses native web components and the shadow dom. The
webdriverio
package supports this functionality through use of thefindElementFromShadowRoot
docs here, however this is only available in later versions ofwebdriverio
.Currently, this package relies on version 5.23. Are we able to work on upgrading this dependency to the latest version
8.x
? It looks like there was an attempt by dependabot here, but not sure what happened or why we weren't able to merge it.The text was updated successfully, but these errors were encountered: