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

Breadcrumb

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

function ElementFinder::__construct

File

vendor/behat/mink/src/Element/ElementFinder.php, line 36

Class

ElementFinder
@final @internal

Namespace

Behat\Mink\Element

Code

public function __construct(DriverInterface $driver, SelectorsHandler $selectorsHandler, ?Manipulator $xpathManipulator = null) {
    $this->driver = $driver;
    $this->selectorsHandler = $selectorsHandler;
    $this->xpathManipulator = $xpathManipulator ?? new Manipulator();
}

API Navigation

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