Mouseover

This command simulates a mouse over event at the location specified by the locator attribute using the Element Locator syntax.

Required Attributes
locator
Element Locator to identify the html element.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com" browser="*firefox">
   
<open url="/" />
   
<mouseOver locator="//input[@name='test']" />
</selenium>