Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore Shadow DOM #28

Open
AndyLPK247 opened this issue Oct 25, 2020 · 1 comment
Open

Explore Shadow DOM #28

AndyLPK247 opened this issue Oct 25, 2020 · 1 comment

Comments

@AndyLPK247
Copy link
Contributor

Shadow DOM allows hidden DOM trees to be attached to elements in the regular DOM tree. It can be very tricky to handle with test automation. Info about Shadow DOM can be found here: https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM.

We should answer these questions:

  • Is Shadow DOM support worth pursuing?
  • Can Boa Constrictor's current Web UI interactions handle Shadow DOM?
  • If not, then can they be updated seamlessly to support Shadow DOM?
  • If not, then how should we handle Shadow DOM?
@thePantz
Copy link

thePantz commented Jun 7, 2021

Serenity BDD has a solution for this using Shadow DOM specific By selectors
serenity-bdd/serenity-core#2341

I haven't used it personally, but worth a look If you're thinking about implementing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants