public function NodeElement::focus in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Element/NodeElement.php \Behat\Mink\Element\NodeElement::focus()
Brings focus to element.
File
- vendor/
behat/ mink/ src/ Element/ NodeElement.php, line 295
Class
- NodeElement
- Page element node.
Namespace
Behat\Mink\ElementCode
public function focus() {
$this
->getDriver()
->focus($this
->getXpath());
}