Ramal
4 days agoOccasional Contributor
Help Needed with Saving PDF Using Keyword Test: Window Overlap and Index Issue
I’m currently working on a Keyword Test to automate saving a PDF from a print dialog box. The issue I’m encountering is that when the Print Output dialog box windows overlap, TestComplete throws an error stating that the "same class windows overlapped," making it difficult to differentiate between the windows.
I used the exact name for the window object (instead of using an alias) and pointed out the index, but this approach still relies on the window index to identify and interact with the dialog box.
I’m aiming for is a solution where the test ignores the index and is able to save the PDF from the print dialog box, regardless of how many windows of the same class exist or overlap.