Delay after pressing specific Key
Hi, I am migrating several hundreds of "Microfocus Test Partner" tests to Test Complete which are created a decade ago. Because there is no clear migration path only way left is to play Test Partner tests and let Test Complete records it. This approach works fairly well, however I have a bit of problem where Test Partner is pressing "[F10]" to perform a save operation on the application under test (AUT). Test Partner performs kind of `thread.sleep(n)` and because the recording in Test Complete is not done using real time which I don't want so there is no delay in the recorded script after Keys("[F10]") and tests are failing. It's really inefficient to tackle this problem manually by entering aqUtils.Delay(n) after each Keys("[F10]").
So, my question would be is there a way, possibly some Even stuff in Tests Complete to address this issue . i.e. after Keys("[F10]") only a wait will be called, If so how. A pseudo code example or steps would be helpful . Or any other way to handle this ?
Cheers
Thanks