Hi, I am automating a Microsoft Dynamics AX application and I need to clic a hLink (MSAAObject) and perform some actions on the opened dialog box. I used DoDefaultAction() method and it opens t...
From the TestComplete side, you can use the CallObjectMethodAsync method to call the method asynchronously. It means that TestComplete won't wait until the dialog is closed.