submit
Submit a FORM element. The submit command may also be applied to any element that is a descendant of a FORM element.
This command is deprecated and will be removed soon. Make sure you don’t use it in your automation/test scripts anymore to avoid errors.
Usage
1 | browser.submit(ID); |
Parameters
Param | Type | Details |
---|---|---|
ID | String | ID of a <form /> WebElement JSON object to route the command to |