KonnorRogers / shadow-dom-testing-library

An extension of DOM-testing-library to provide hooks into the shadow dom
MIT License
96 stars 2 forks source link

logRoles for shadow DOM elements #61

Open lebbers opened 1 month ago

lebbers commented 1 month ago

Is there a way to use the logRoles function of dom-testing-library for shadow DOM elements? That would be really helpful in identifying the available roles (with names) on a page including the shadow DOM elements.

KonnorRogers commented 1 month ago

Let me take a look at the implementation and see what I can do.