How to hover over the image and then click on the buttons from menu

The interface is like this

This menu appears when I hover over the profile icon in the top right corner.
How can I click on these buttons like (Settings/ Signout) by hovering the icon

Use the Hover activity.

1 Like

@postwick
used the hover activity and then use Click Text activity and also Click activity but not able to click

Use Click, not Click Text.

When you’re indicating the element for the Click activity, press F6 to turn on “hoverable element selection”

Hi @Sami_Rajput

You can use click activity to do this.
Use first click activity to click on the profile.
Use second click activity to click on settings or sign out. When you indicating click activate F6 to hoverable the elements. If you want to select sign out, give target to sign out and give the anchor to profile that you first clicked.

Hope it helps!!

I hope my solution is working for you.

If you have any queries regarding this let me know.

If you got the solution close the loop.

Happy Automation @Sami_Rajput !!

First hover and then click activity worked for me
Thanks @mkankatala @postwick

1 Like

Okay @Sami_Rajput

Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.