MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / submit

Method submit

java/src/org/openqa/selenium/WebElement.java:59–59  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls