-
Notifications
You must be signed in to change notification settings - Fork 672
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
Make pressKey to work for elements within shadowDOM #2432
Comments
Hi @ls84, I've reproduced the issue. I'll notify you when we will publish a new version with the fix to NPM. |
Neither hover nor mouseclicks work combined with shadow dom. Any progress regarding this would be appreciated. |
@raphaellueckl the initial issue is only about the |
@AlexSkorkin Do you know if this is being actively worked on, or would PRs be welcomed? |
@matthewdouglas |
I still see this issue, will this be fixed soon? |
Hello, We plan to fix it. However, I cannot give you any estimate at the moment. |
Any update on this ticket? |
@karankumar7 No news yet. We'll update this thread once we have any results. We would highly appreciate your PR. |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Are you requesting a feature or reporting a bug?
I am selecting an element like this
const nameInput = Selector(() => component.shadow.querySelector('.nameInput'))
It worked fine if the element is outside of shadow root, like a normal element.
What is the current behavior?
When I am testing
nothing happens
I am on version 0.20.0
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: