public function ElementInterface::isValid in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Element/ElementInterface.php \Behat\Mink\Element\ElementInterface::isValid()
Checks if an element still exists in the DOM.
Return value
bool
1 method overrides ElementInterface::isValid()
- Element::isValid in vendor/
behat/ mink/ src/ Element/ Element.php - Checks if an element still exists in the DOM.
File
- vendor/
behat/ mink/ src/ Element/ ElementInterface.php, line 55
Class
- ElementInterface
- Element interface.
Namespace
Behat\Mink\ElementCode
public function isValid();