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