I am having difficulties with selecting windows on a desktop application. I am constructing an automated flow for clients desktop application. The current flow loops through an excel list of customers and opens opens menu item to select the matching account in de desktop app en returns to the main screen for the next operation. This part works.
Unfortunately by selecting the account the window element changes name and PA is not able to find the newly named homescreen.
I have tried several possibilities:
I tried making the window selectors more universal. Because most of the name of the window element stays the same, only the last part of title changes to reflect the new customer name, I changed the window element to look for the window that contains the part of the title that is constant.
Secondly I tried constructing the new name as a string variable and put that inside the window selector
So after the name change I used a get Window or Focus Window action to get the new window using part of the title or the newly created title string. Both are not able to recognize the new window.
Thanx in advance,

Report
All responses (
Answers (