Hi,
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?