Any way to do a mouse hover based on an image?

I am working on some automation for a website. The website has menus that change when you hover over them. Aside from using mouse coordinates and Mouse Move, is there a way to do a mouseover based on an image?

Use an image as the anchor for your mouse move. This will ensure that your mouseover occurs on the menu even if the menu doesn’t always display in the same spot on the screen.

To do so, use a Find Image action as a “parent” and then a “child” Move Mouse action. You can add multiple images to the “Find Image” action if the image changes based on the mouse location or if it’s been clicked on before.

mouseover