Forum Discussion

mnsam's avatar
mnsam
Contributor
13 years ago

Typing is slow for few C# textboxes

Observed that for certain C# textboxes (desktop application), typing is very slow. Each character is typed with 1 sec delay. No issues with internet speed or domain speed.



Windows 7, TextExecute 8.20


2 Replies

  • hlalumiere's avatar
    hlalumiere
    Regular Contributor
    Use the .SetText method instead, or assign directly to the .Text property. Sys.Keys is really a last resort, for me anyways.
  • Hi,


    In addition to Hugo's answer, we suggest that you use the latest version of TestComplete and TextExecute.