You are here

public function NodeElement::press in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink/src/Element/NodeElement.php \Behat\Mink\Element\NodeElement::press()

Presses current button.

File

vendor/behat/mink/src/Element/NodeElement.php, line 159

Class

NodeElement
Page element node.

Namespace

Behat\Mink\Element

Code

public function press() {
  $this
    ->click();
}