DeMichaelis
6 years agoNew Contributor
Grid doesnt refresh / show searched item
Hello,
sorry i am a total beginner in TestComplete and i am not really a developer.
I have a problem with my Desktop-Test.
i am searching for a word and the grid automatically shows the...
- 6 years ago
Hi,
My guess is that your test was recorded using .SetText() to enter the text.
Try to replace .SetText() with .Keys() method and check if it helps.