Search for driver

  1. Search 7.x for driver
  2. Search 9.5.x for driver
  3. Search 10.3.x for driver
  4. Search 11.x for driver
  5. Other projects
Title Object type File name Summary
JavascriptTestBase::$minkDefaultDriverClass property core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php To use a legacy phantomjs based approach, please use PhantomJSDriver::class.
JSWebWithWebDriverAssertTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php Tests for the JSWebAssert class using webdriver.
JSWebWithWebDriverAssertTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php
JSWebWithWebDriverAssertTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php The theme to install as the default for testing.
JSWebWithWebDriverAssertTest::$minkDefaultDriverClass property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php To use a legacy phantomjs based approach, please use PhantomJSDriver::class.
LoggedStatementsTrait::getDriverClass function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
StatementPrefetch::$driverOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Driver-specific options. Can be used by child classes.
StubConnection::$driver property core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Public property so we can test driver loading mechanism.
StubConnection::driver function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Returns the type of database driver.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php The PDO driver name for MySQL and equivalent databases.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::hasPdoDriver function core/lib/Drupal/Core/Database/Install/Tasks.php Ensure the PDO driver is supported by the version of PHP in use.
UrlConversionTest::testDriverModuleDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo
UrlConversionTest::testModuleDriverDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo
WebDriverCurlService class core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Provides a curl service to interact with Selenium driver.
WebDriverCurlService.php file core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
WebDriverCurlService::execute function core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
WebDriverTestBase class core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Runs a browser test using a driver that supports Javascript.
WebDriverTestBase.php file core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php
WebDriverTestBase::$disableCssAnimations property core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Disables CSS animations in tests for more reliable testing.
WebDriverTestBase::$minkDefaultDriverClass property core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php To use a legacy phantomjs based approach, please use PhantomJSDriver::class.
WebDriverTestBase::assertElementNotVisible function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Asserts that the element with the given CSS selector is not visible.
WebDriverTestBase::assertElementVisible function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Asserts that the element with the given CSS selector is visible.
WebDriverTestBase::assertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Waits for the given time or until the given JS condition becomes TRUE.
WebDriverTestBase::assertSession function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Returns WebAssert object.
WebDriverTestBase::createScreenshot function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Creates a screenshot.
WebDriverTestBase::getDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Gets the current Drupal javascript settings and parses into an array.
WebDriverTestBase::getHtmlOutputHeaders function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Returns headers in HTML output format.
WebDriverTestBase::getMinkDriverArgs function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Get the Mink driver args from an environment variable, if it is set. Can
be overridden in a derived class so it is possible to use a different
value for a subset of tests, e.g. the JavaScript tests.
WebDriverTestBase::initFrontPage function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Visits the front page when initializing Mink.
WebDriverTestBase::initMink function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Initializes Mink sessions.
WebDriverTestBase::installModulesFromClassProperty function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Install modules defined by `static::$modules`.
WebDriverTestBase::tearDown function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php
WebDriverWebAssert class core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php Defines a JSWebAssert with no support for status code and header assertions.
WebDriverWebAssert.php file core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
WebDriverWebAssert::responseHeaderContains function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderContains() is not available.
WebDriverWebAssert::responseHeaderEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderEquals() is not available.
WebDriverWebAssert::responseHeaderMatches function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderMatches() is not available.
WebDriverWebAssert::responseHeaderNotContains function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderNotContains() is not available.
WebDriverWebAssert::responseHeaderNotEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderNotEquals() is not available.
WebDriverWebAssert::responseHeaderNotMatches function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderNotMatches() is not available.
WebDriverWebAssert::statusCodeEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of statusCodeEquals() is not available.
WebDriverWebAssert::statusCodeNotEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of statusCodeNotEquals() is not available.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.