Problems with "click" option

Hi guys

i made a ticket dispatcher with uipath, the project is now done but i´m having problems with the “click” option, it always fails to find the icons i chose for it to click, if i edit the element from the screen it works once and then it fails again

is there a way i can select a specific pixel from the screen to click there?

Thanks

Hi @Dante_7_x,

Try making a dynamic selector if the selector changes that might be a problem. If the click is too fast try changing the click parameters like. WaitForReady to completed.
image
Also try the different types of clicks like: SimulateClick and SendWIndowMessages both work in the background. Try with Simulate if it doesn’t work try with sendwindowmessages.
image