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

Shadow DOM #146

Open
laz666 opened this issue Apr 6, 2023 · 1 comment
Open

Shadow DOM #146

laz666 opened this issue Apr 6, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@laz666
Copy link

laz666 commented Apr 6, 2023

Hi,

Does demo monkey support changing text within shadow DOM elements?

Looks like the shadow DOM elements do not allow me to change any text on the screen.

For example:

<div id="grid section 1">
  #shadow-root (open)
  <span id="span_1">This is span 1</span>
  <span id="span_2">This is span 2</span>
</div>

Thanks.

@laz666 laz666 changed the title iframes Shadow Root Apr 7, 2023
@laz666 laz666 changed the title Shadow Root Shadow DOM Apr 7, 2023
@svrnm
Copy link
Owner

svrnm commented Apr 24, 2023

Hey @laz666,

technically it should be possible, but from a quick read into that topic I think it will not work out of the box.

@svrnm svrnm added enhancement New feature or request help wanted Extra attention is needed labels Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants