Please ask me why the click command is not executed immediately in pop-up window 2, but after almost 30 seconds? How to solve this problem?
Hi @Uddynitjh
Welcome to UiPath Forum
Default Timeout for identifying an UiElement is 30 Seconds. It looks Bot clicks that pop after this default Timeout value.
Please give Timeout Value - 5000 in the property panel. Bot will click in 5 Seconds. If there is minimal delay then you can give 1 or 2 seconds.
Thanks,
Hi
Welcome to uipath forum
This pop up can be handled in two ways
- To make it very fast simply we can use SEND HOT KEY activity with key as enter and use this activity without indicating any element
Or
- We can use CLICK activity by indicating that element and make sure you have set the WaitForReady property as None
Reducing TIMEOUTMS will just reduce the time allowed for the activity to look for the target element
Say for example if you are reducing the time from default 30 seconds to 5 seconds bot will allow that click activity to look for that target element for just 5 seconds
If it couldn’t find the element in that 5 seconds it will throw exception
WaitForReady being none will help
Cheers @Uddynitjh
Hi,
For Every activity in uipath condition delay would be 30 seconds but it doesn’t mean that it will wait for 30 seconds each and every time. It is conditional delay whenver the ui element loaded on the screen it will start click the button.
In our case the button you are clicking is loading that much time I guess. Try to refrain selectors by removing un necessary content using ui explorer to find the ui element more quickly to resolve the issue.
And also you could change the wait for ready to interactive and try but refrain your selectors by ui explorer is good approach for faster automation. Sharing my opinion m thanks.
Thank you for your reply. I tested it, but this problem still hasn’t been solved. It’s really big. I don’t know what’s wrong. My settings don’t seem to work.
Thank you for your reply. I tested it, but this problem still hasn’t been solved. It’s really big. I don’t know what’s wrong. My settings don’t seem to work…
Thank you for your reply. I tested it, but this problem still hasn’t been solved. It’s really big. I don’t know what’s wrong. My settings don’t seem to work…
Try using internet explorer for Pop up activities
Hello !! I tried both your methods but still its not working ! any other modern designs or methods
Can you plz share the screenshot of the popup which you are getting? Also ahve you tried the send hotkeys activity to send Enter or esc?
YES Ji. i will send on monday .