I’ve developed 2 robots and both robots use a lot of selectors. When the robot clicks anything that is not a pop up box, the selector are clicking in less than 1 second. But when it comes to pop up box the robot is clicking so slow, it can take more than 10 seconds per click. The example is shown below :
The picture as seen on top is inputted by the robot and each data are inputted in less than a second.
The picture as seen on top is part of the pop up box to confirm if you are sure to save or not. Normally it should be clicking fast, but I don’t know why the fuzzy selectors I am using took more than 10 second just to click the “ok” button. In this case, the selectors delay is not set (so it’s default is 0.2 if I’m not mistaken)
I read about 3 selectors (Partial, Full/Strict Selector, and Fuzzy Selector), and I only see Strict and Fuzzy selector only and still don’t know how to use the partial. Any idea how to make the selector clicking fast? and maybe en explanation to me since I’m a newbie to uipath. Thanks !
For Pop Ups you can use “Check App State” Activity which gives boolean value as the Output, and you can use as per the requirement, which would be faster.
Sometimes selector take more response time that’s why we use simulate type click , may be try with simulate type
Basically simulate type is faster than normal click
I tried to use every single method given and the selector is still clicking slowly. I tried to use Strict Selector, Fuzzy Selector (both used with image checked on unchecked). Simulate click, record app/web even set the delay to 3 sec only and the selector is still clicking slowly. Any help on this?
Could you let us know the time taken for this Click ?
It might also be due to the reason that it waits for the Page or the Ui Element to Load Completely before the Click. This would be the case if the WaitForReady Property is set to Complete.
I tried to set this one also and the selector is still slow responding to the click… Not only click, I also tried send hotkey trigger and the delay is equal as the selector click.
I’m using strict selector, wait for ready to none, delay before after to 0 secs, timeout to 1000 ms and simulate click