Action on Hover over web element

Hi.

First off, I have not done this, but if I were to do this, I would use the Find Element activity. With Find Element you can get the clipping region of the element (ie a box around the element) - you can also use the Highlight activity to see that box.

Then, you need to return the Mouse position. You might be able to do this with VB or other scripting languages (maybe Invoke VBA activity). Then, you can determine if the position is in the coordinates of the clipping region.

I’m just throwing an idea out there. Someone might have a better idea. You can also check the Go for custom activities that may assist.