Re: [w3c/webcomponents] [WebDriver] Testability of web components (#771)

For finding an element, we can add a special flag / mode to WebDriver where all shadow trees are treated as open in that script's context for example to let any script access any author-defined shadow trees. Alternatively, we can add a WebDriver command which finds the shadow tree of a given element.

For interacting with elements, it seems that we need some kind of WebDriver command to find an element across shadow boundaries.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/771#issuecomment-438831044

Received on Wednesday, 14 November 2018 21:49:17 UTC