submit
Submit a FORM element. The submit command may also be applied to any element that is a descendant of a FORM element. (Not part of the official Webdriver specification).
Usage
1 | browser.submit(ID); |
Parameters
Param | Type | Details |
---|---|---|
ID | String | ID of a <form /> WebElement JSON object to route the command to |