oxygenhq / oxygen-ide

Oxygen IDE
GNU General Public License v3.0
15 stars 6 forks source link

OxygenIDE not recording anything inside ShadowDOM #237

Open aletiro opened 3 years ago

aletiro commented 3 years ago

No recording happening inside of a WebComponent's Shadow Root. Tried testing with WebComponents built with Stencil.js.

image

Once you click on an element inside of the ShadowRoot, only a click on the WebComponent is registered, not the element itself.

Also, I would like to expand this issue with the fact that web driver methods (like .click and .point) do not work inside of a ShadowRoot.