protected property JSWebWithWebDriverAssertTest::$minkDefaultDriverClass in Drupal 9
Same name and namespace in other branches
- 8 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\TestsCode
protected $minkDefaultDriverClass = DrupalSelenium2Driver::class;