Page 1 of 1

How to capture a mouse hover

Posted: Sat Aug 26, 2017 5:01 pm
by Kris002
Hello,

I am trying to add a recording module that hovers over a tab on a page and clicks a selection from the menu that appears... the tool is not picking up the hover/menu.

How can I make this happen?

Thank you,
Kris

Re: How to capture a mouse hover

Posted: Mon Aug 28, 2017 10:19 am
by jma
Hi Kris,

If you want to simulate a hover, a Mouse.MoveTo() action should work for you. More information about working with tooltips etc. can be found under the following forum thread: https://www.ranorex.com/forum/mouseover ... t2867.html

I hope that helps!