Click function

Hi all.,

I need click on “UHC quick group check” after hovering the “tools and resources” drop down I clicked on the “tools and resources” I am unable to click on ““UHC quick group check”” it is disappearing while clicking someone help me to resolve this.

can you manually right click UHC quick group check and click “Copy link address” then in uipath just navigate to that address?

image

image

Or after hovering, click the button using simulate click

Hi @HeartCatcher ,

Try to get the selector using uiexplorer and use click activity with simulate click or sendwindow Message make it true and check. Other option is as per @jack.chan you can use navigate URL also.

Regards,
Arivu

@HeartCatcher You can use select item activity where it can select specific item from the drop down. Please use the below link on how to use it

https://www.youtube.com/watch?v=xjypfIEp3j4

1 Like

Are you talking about when trying to indicate the element in Studio, or when running the automation itself?

Usually menus like this will stay open if you click the menu instead of hovering over it, by the way.

Anyway, if you’re talking about when doing indicate element in Studio, here is what you do:

  • click Indicate Element
  • when the indicate windows appear, press F2
  • click or hover the menu
  • when the timer runs out it’ll start identifying elements again and you can click the menu item
1 Like