Doubleclick
This command simulates a double click 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="/" />
<doubleClick locator="//input[@name='test']" />
</selenium>