If this current element is a form, or an element within a form, then this will be submitted to the remote server. If this causes the current page to change, then this method will block until the new page is loaded. @throws NoSuchElementException If the given element is not within a form
()
| 57 | * @throws NoSuchElementException If the given element is not within a form |
| 58 | */ |
| 59 | void submit(); |
| 60 | |
| 61 | /** |
| 62 | * Use this method to simulate typing into an element, which may set its value. |
no outgoing calls