Typing text with testcafe is slow in our app for a particular page, dropdown actions in that page are executing fast
See original GitHub issueWhat is your Test Scenario?
Typing text in a text field (Attached code as Zip File)
What is the Current behavior?
Taking long time to enter the text for a specific page elements(pls check the video, it is happening with few fields only)
What is the Expected behavior?
It should enter the text right away
What is your web application and your TestCafe test code?

Your website URL (or attach your complete example):
Your complete configuration file (if any):
Your complete test report:
Screenshots:

Steps to Reproduce:
- Go to my website xeniapp.com
- Book a hotel/Car
- Go to the checkout page
- Enter the details in the text fields
- It is observed that for test cafe, it is taking more time to enter the text
Your Environment details:
- testcafe version: 1.16.0
- node.js version: v 14.17.4
- command-line arguments:
- browser name and version: Chrome 94.0.4606.81
- platform and version: Windows 10
- other:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:27 (9 by maintainers)
Top Results From Across the Web
Typing text with testcafe is slow in our app for a particular ...
Typing text with testcafe is slow in our app for a particular page, dropdown actions in that page are executing fast · Ask...
Read more >Speed Up Test Execution | Advanced Guides - TestCafe
Set Test Speed; Run Tests in Local Browsers; Mock Requests; Optimize Your Page Model; Enable Server-Side Caching. Run Tests Concurrently.
Read more >How to Speed up Debugging in TestCafe: Tips and Tricks
To identify an issue visually, decrease the test speed. By default, tests are executed at full speed – with minimum delays between actions...
Read more >.selectText() | TestController | Test API | API | Docs - TestCafe
The following example demonstrates text selection in an input element. import { ClientFunction, Selector } from 'testcafe'; fixture`TestController.selectText` .
Read more >Best Practices | Basic Guides | Guides | Docs - TestCafe
E2E Test Scope; Smart Assertions; Use of Page Objects ... In your end-to-end tests, try to replicate real user actions. ... Write fewer...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you for the code samples. With some code modifications I was able to run the second sample and reproduced the issue. It may take additional time to determine cause of this issue. We will update this thread once we have any news.
I tried to reproduce this issue but failed. Could you share the CSS styles of all the elements located in the form-field_control div and the styles of the div itself?