Submit

Submit the specified form. This is particularly useful for forms without submit buttons, e.g. single-input "Search" forms.

Required Attributes
locator
Element Locator to identify the html element.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com">
   
<open url="/" />
   
<submit locator="//form[@id='login']" />
</selenium>