Mousemove
This command simulates a mouse move event at the location
specified by the locator attribute using the
Element Locator syntax.
Required Attributes
Usage Examples
Example #1
<selenium baseurl="http://someplace.com" browser="*firefox">
<open url="/" />
<mouseMove locator="//input[@name='test']" />
</selenium>