Mousedown
This command simulates a mouse down 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="/" />
<mouseDown locator="//input[@name='test']" />
</selenium>