Help! I have a PAD flow that has been running well for a few months. Lately it has been failing about 50% of the time on a step that is selecting "Home" in the Excel Ribbon with the error "Tab selection failed". On a hunch I re-added the UI element and compared the two selectors in the builder.
Here is the previous selector:
:desktop > window[Name="Toast_TimeEntry_MonthlySummary - Excel"][Process="EXCEL"]
Here is the latest selector capture on failure:
:desktop > window[Name="Toast_TimeEntry_MonthlySummary.xlsx - Excel"][Process="EXCEL"]
The difference is the ".xlsx" part. Why would the selector sometimes have ".xlsx" and other times not?