Open adeprez opened 3 months ago
In the same way we handled xpath with iframes, we'd like to support shadow DOM so these elements can be targeted.
e.g. :
/html/body/web-component//div/button
Should pierce the shadow DOM of /html/body/web-component to get the /div/button inside
/html/body/web-component
/div/button
In the same way we handled xpath with iframes, we'd like to support shadow DOM so these elements can be targeted.
e.g. :
/html/body/web-component//div/button
Should pierce the shadow DOM of
/html/body/web-component
to get the/div/button
inside