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.
When I am testing
await t.typeText(nameInput, 'apple')
.pressKey('backspace')
nothing happens
I am on version 0.20.0
Tested page URL:
Test code
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 pressKey action. We would like to research your issue in detail. Please create a separate bug report using this form https://github.com/DevExpress/testcafe/issues/new?template=bug-report.md
Please also provide us with a sample demonstrating the issue.
I'm running into the same issue with .pressKey('enter') on an input within a shadow DOM. Any progress/updates on this?
No updates yet. Our developers are still looking into this issue.聽You will be automatically notified if you track this issue once we make progress.
@AlexSkorkin Do you know if this is being actively worked on, or would PRs be welcomed?
@matthewdouglas
Since this issue is not in the current 'Sprint #37' milestone, your PR is welcome!
I still see this issue, will this be fixed soon?
@saritha11
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.
Most helpful comment
Hi @ls84, I've reproduced the issue. I'll notify you when we will publish a new version with the fix to NPM.