You are here

protected property ElementHtmlException::$element in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink/src/Exception/ElementHtmlException.php \Behat\Mink\Exception\ElementHtmlException::element

Element instance.

Type: Element

File

vendor/behat/mink/src/Exception/ElementHtmlException.php, line 29

Class

ElementHtmlException
Exception thrown when an expectation on the HTML of an element fails.

Namespace

Behat\Mink\Exception

Code

protected $element;