We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
Thanks.
The text was updated successfully, but these errors were encountered: