public function NodeElement::submit in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Element/NodeElement.php \Behat\Mink\Element\NodeElement::submit()
Submits the form.
Calling this method on anything else than form elements is not allowed.
File
- vendor/
behat/ mink/ src/ Element/ NodeElement.php, line 346
Class
- NodeElement
- Page element node.
Namespace
Behat\Mink\ElementCode
public function submit() {
$this
->getDriver()
->submitForm($this
->getXpath());
}