7 calls to Element::find() in Zircon Profile 8
- Element::has in vendor/
behat/ mink/ src/ Element/ Element.php - Checks whether element with specified selector exists inside the current element.
- NodeElement::getParent in vendor/
behat/ mink/ src/ Element/ NodeElement.php - Returns parent element to the current one.
- NodeElement::selectOption in vendor/
behat/ mink/ src/ Element/ NodeElement.php - Selects specified option for select field or specified radio button in the group.
- TraversableElement::findButton in vendor/
behat/ mink/ src/ Element/ TraversableElement.php - Finds button (input[type=submit|image|button|reset], button) with specified locator.
- TraversableElement::findById in vendor/
behat/ mink/ src/ Element/ TraversableElement.php - Finds element by its id.
- TraversableElement::findField in vendor/
behat/ mink/ src/ Element/ TraversableElement.php - Finds field (input, textarea, select) with specified locator.
- TraversableElement::findLink in vendor/
behat/ mink/ src/ Element/ TraversableElement.php - Finds link with specified locator.