Timeout in Use Application/Browser not working

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?

Hi! @Mon,

The problem with the selector! could you please open it in UIExplorer that we may have more options to make dynamic.

For that just navigate to click activity you may see three Lines click that three lines we have an option called open with UIExplorer.

Regards,
NaNi

Hi @THIRU_NANI

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.

image

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.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.