I have used “Use Application/Browser” in my development for Navision system. Here the robot supposes to click on a record to open and continue the process. The issue here is, after the robot click the record, it gives out the error immediately with message “Could not find the UI element corresponding to this selector:” and type “UiPath.UIAutomationNext.Exceptions.ApplicationNotFoundException” without waiting for the record to load.
If I understand correctly, the activity should wait for the element for the amount of time specified in the “Timeout” property. However, it’s not doing so.
It works when I open the record manually and run from this point.
Does anyone know how to resolve this? Or could it be a bug in the Studio?
Thanks for your reply. You post gave me some ideas on troubleshooting.
Finally I found out that it’s because the checkbox “Match exact title:” was checked.
When I unchecked it and rerun, there is no issue.
As for the selector, I can’t make it dynamic. Instead I have placed (each sales order no.) variable as I need to identify each window with the exact sales order no.