I work on a suite of automated tests that have been developed using WatiN and MBUnit. I've heard that it's possible to get WatiN to 'hover' over an element, but I can't seem to get it working using the methods I've used in the past. Is there another way to do this that I don't know about? I've tried using just FireEvent 'onmouseover', and using the FireEvent plus clicking on the link.
myDiv.HoverLink.FireEvent("onmouseover");
myDiv.HoverLink.Click();
Any suggestions? Thanks in advance!