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
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
The text was updated successfully, but these errors were encountered:
JoFrost
No branches or pull requests
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
insideThe text was updated successfully, but these errors were encountered: