Click on something dissapear if the mouse isn't hover

Hello everyone,

I just try to use the “Click” activity on a button on a webpage but this button dissapear if the mouse is not over, so I try to use the activity “Hover” before but I can’t click on the thing I want after because when I run the “Uipath interaction” the webpage consider the mouse is hover nothing so the button I want isn’t here, I try to press F2 then put the mouse where the button is but when the cooldown of F2 is gone the button dissapear again.

Anyone know how can I force Uipath or the webpage to accept the click ?

Regards

1 Like

Fine
We can handle this in two ways
—either use a click activity to click on the button but enable the property SIMULATE CLICK and WaitForReady property with COMPLETE
OR
—we can use send hotkey activity with key tab and use n number of send hot key activity with that tab key until we reach that button and once reached use again a send hot key with key enter so that it will click on the button (it’s more like how we do with our keyboard to navigate without using mouse)

Hope this would help you
Kindly try this and let know for any queries or clarification
Cheers @Ludo.F

Hello @Palaniyappan

Thank you for your answer but after some tricky hax(lol) I achieved to “block” the web page by making a right click on the button then go to Uipath and the button doesn’t dissapear this time because it was stuck !

So it’s fine I can click on it with Uipath and the robot make it too