rkadali
3 years agoOccasional Contributor
Identifying Dynamic message window
Hi,
I need to delete this following window using testcomplete. The message window is not identified as static text is dynamic. Please suggest a solution.
"Aliases.NorthropGrumman_Oaisis_UI_Windows_Claim.Window("#32770", "OAISIS", 1).Window("Static", "Delete Paper Clip *?", 2).btnYes"
did not work.
We have multiple message windows with "Aliases.NorthropGrumman_Oaisis_UI_Windows_Claim.Window("#32770", "OAISIS", 1) description. Please find the screenshot of mapping.
I would try it with
"Delete Paper Clip *"
Is the main page that this button comes from something that's unique? If so, you could start from that page and then try FindChild to get to the button.