function DrupalSelenium2Driver::executeScript

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php \Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver::executeScript()

File

core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php, line 236

Class

DrupalSelenium2Driver
Provides a driver for Selenium testing.

Namespace

Drupal\FunctionalJavascriptTests

Code

public function executeScript(string $script) : void {
  parent::executeScript($script);
  $this->processJavascriptDeprecations();
}

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