public function NodeElement::check in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Element/NodeElement.php \Behat\Mink\Element\NodeElement::check()
Checks current node if it's a checkbox field.
File
- vendor/
behat/ mink/ src/ Element/ NodeElement.php, line 183
Class
- NodeElement
- Page element node.
Namespace
Behat\Mink\ElementCode
public function check() {
$this
->getDriver()
->check($this
->getXpath());
}