Testcafe: typeText not working in Edge 17

Created on 10 May 2018  路  4Comments  路  Source: DevExpress/testcafe

Are you requesting a feature or reporting a bug?

A bug.

What is the current behavior?

typeText doesn't input values into input fields in Edge 17.17134.0 / Windows 10.0.17134
Works fine in Chrome/Firefox.

What is the expected behavior?

It should work :-)

How would you reproduce the current behavior (if this is a bug)?

  1. Create a simple page with an input:
<input type="email" class="uiid-email">
  1. Try fill it in using typeText:
const userNameInput = Selector('.uiid-email');
await t.typeText(userNameInput, 'some text');

Specify your

  • operating system: Edge 17.17134.0 / Windows 10.0.17134
  • testcafe version: 0.19.2
  • node.js version: 8.9.4
Auto-locked automations bug

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings