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