You are here

protected property JSWebWithWebDriverAssertTest::$minkDefaultDriverClass in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php \Drupal\FunctionalJavascriptTests\Tests\JSWebWithWebDriverAssertTest::minkDefaultDriverClass
  2. 9 core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php \Drupal\FunctionalJavascriptTests\Tests\JSWebWithWebDriverAssertTest::minkDefaultDriverClass

Mink class for the default driver to use.

Should be a fully-qualified class name that implements Behat\Mink\Driver\DriverInterface.

Value can be overridden using the environment variable MINK_DRIVER_CLASS.

Type: string

Overrides WebDriverTestBase::$minkDefaultDriverClass

File

core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php, line 17

Class

JSWebWithWebDriverAssertTest
Tests for the JSWebAssert class using webdriver.

Namespace

Drupal\FunctionalJavascriptTests\Tests

Code

protected $minkDefaultDriverClass = DrupalSelenium2Driver::class;