For some reason it currently takes 3 minutes and 16 seconds for the activity to time out after a system exception. I cant find the reason for this at all it should be the default 30 seconds.
Could it be some global setting that is causing the issue?
I just tried to change that and run it again, the time out occurs after 2 minutes and 15 seconds now.
So it seems there is still some properties that causes the 1,5 minute extra time out delay.
I deleted the packages before but i did it again now + .cache
Same issue again it took exactly 6 min and 1 second for the time out.
The REALLY strange thing is that i reverted the UiPath.UIAutomation.Activities from 23.10.3 to 23.4.4 again. Guess what the time out is 2 min and 15 seconds again.
Could you try disable the problematic Click activity and add another one, remapping the element using anchors feature and don’t change anything else, just to validation?
Also, you can try use classic Click Activity (just for debbugging) and see if it get better work
I tried to use a Classic “Click” outside of the open browser/attach browser scrope, the time out occured after 49 seconds, better but still not 30 seconds.
Some more details about where the issue occurs in the process. It happens after the robot click on a save button but this pop up window appears:
The robot then tries to click on the element that causes the long time outs. One thing I noticed is that the “Validate” button takes some seconds to load when I inspect it(With the pop up window above):
Some time it validates and becomes green and some times red.
So it seems that the"embedded page" popup window creates some kind of disturbence.
Maybe there is a plugin issue/bug or that it cant handle it or it handles it but slowly.
But the really strange thing is why did the time out take 6 min and 1 second when upgrading the dependency to UiPath.UIAutomation.Activities to 23.10.3.
In the same process if the error occurs somwhere else the time out is 30 sec as it should be.
So the issue seems to be when the popup window above appears.
I see that you tried ChromiumAPI and Simulate. I had a similar problem and was able to fix it using SendWindowMessages (even though it’s a Chrome browser).