function WebDriverTestBase::getHtmlOutputHeaders

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php \Drupal\FunctionalJavascriptTests\WebDriverTestBase::getHtmlOutputHeaders()
  2. 10 core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php \Drupal\FunctionalJavascriptTests\WebDriverTestBase::getHtmlOutputHeaders()
  3. 11.x core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php \Drupal\FunctionalJavascriptTests\WebDriverTestBase::getHtmlOutputHeaders()

Overrides BrowserHtmlDebugTrait::getHtmlOutputHeaders

1 call to WebDriverTestBase::getHtmlOutputHeaders()
BrowserWithJavascriptTest::drupalGetWithAlert in core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
Retrieves a Drupal path or an absolute path.

File

core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php, line 219

Class

WebDriverTestBase
Runs a browser test using a driver that supports JavaScript.

Namespace

Drupal\FunctionalJavascriptTests

Code

protected function getHtmlOutputHeaders() {
    // The webdriver API does not support fetching headers.
    return '';
}

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