A bug.
typeText doesn't input values into input fields in Edge 17.17134.0 / Windows 10.0.17134
Works fine in Chrome/Firefox.
It should work :-)
<input type="email" class="uiid-email">
typeText:const userNameInput = Selector('.uiid-email');
await t.typeText(userNameInput, 'some text');
Hi @nzav
Thanks for your bug report.
We've encountered some problems with MSEdge 17 related to typing, focus changing and etc.
It will be fixed ASAP.
The first part of fix is already in progress - https://github.com/DevExpress/testcafe-hammerhead/pull/1606
@nzav
The fix was published in [email protected]
I found the same issue with this config, using TestCaf猫 Studio (0.3.0):
Edge 17.17134 / Windows 10.0.17134
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow.