Hello,
I am trying to type some information in the Windows SUT application, and it was working fine until yesterday. Today, I can see some lines of code is not working i.e. TypeText commands but Fields are active and focused, just typing tab key but not the text.
Here, the code is working fine i.e. Typing fine until the scroll, then further TypeText is not working. But I can see it clearly printing the text passed for TypeText in the run log or no errors.
So, I thought may be the issue is with Scroll. So just selected the 2nd part after the scroll and executed and same behavior again.
Any idea why the TypeText is not actually typing in the field of SUT. Appreciate any input.
Just to make sure it is a focus issue, open a notepad, set the focus manually and then execute the script. If you see all the text then you can check for focus on controls
Thanks, it worked now. Seems the application has some performance issue, and didn’t receive the keys. It’s working now.
I will consider the NextkeyDelay as well for slowness.