Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Element.php

function Element::getDriver

Returns element's driver.

Return value

DriverInterface

8 calls to Element::getDriver()
NodeElement::selectOption in vendor/behat/mink/src/Element/NodeElement.php
Selects specified option for select field or specified radio button in the group.
TraversableElement::attachFileToField in vendor/behat/mink/src/Element/TraversableElement.php
Attach file to file field with specified locator.
TraversableElement::checkField in vendor/behat/mink/src/Element/TraversableElement.php
Checks checkbox with specified locator.
TraversableElement::clickLink in vendor/behat/mink/src/Element/TraversableElement.php
Clicks link with specified locator.
TraversableElement::fillField in vendor/behat/mink/src/Element/TraversableElement.php
Fills in field (input, textarea, select) with specified locator.

... See full list

File

vendor/behat/mink/src/Element/Element.php, line 74

Class

Element
Base element.

Namespace

Behat\Mink\Element

Code

protected function getDriver() {
    return $this->driver;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal